Move bootstrap dependencies (tagsinput) to theme redbasic (we only have it there). Comment out some most probably deprecated js includes. Some css cleanup.
This commit is contained in:
@@ -34,6 +34,10 @@ $(document).ready(function() {
|
||||
if($('#tabs-collapse-1').length === 0) {
|
||||
$('#expand-tabs').hide();
|
||||
}
|
||||
|
||||
$("input[data-role=cat-tagsinput]").tagsinput({
|
||||
tagClass: 'label label-primary'
|
||||
});
|
||||
});
|
||||
|
||||
$(document).ready(function(){
|
||||
@@ -48,4 +52,4 @@ $(document).ready(function(){
|
||||
}
|
||||
}
|
||||
setInterval(function () {checkNotify();}, 10 * 1000);
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user