[web] implemented twig templating system (#4264)
Signed-off-by: Kristian Feldsam <feldsam@gmail.com>
This commit is contained in:
@@ -159,8 +159,8 @@ $(document).ready(function() {
|
||||
}
|
||||
if ($(this).is("select")) {
|
||||
$(this).selectpicker('destroy');
|
||||
$(this).replaceWith(function() {
|
||||
return '<label class="control-label"><b>' + this.innerText + '</b></label>';
|
||||
$(this).replaceWith(function() {
|
||||
return '<label class="control-label"><b>' + this.innerText + '</b></label>';
|
||||
});
|
||||
}
|
||||
if ($(this).hasClass('btn-group')) {
|
||||
|
@@ -1,4 +1,3 @@
|
||||
$(document).ready(function() {
|
||||
$('nav').hide();
|
||||
localStorage.clear();
|
||||
});
|
||||
$(document).ready(function() {
|
||||
localStorage.clear();
|
||||
});
|
||||
|
Reference in New Issue
Block a user