Fixed table presentations with new bootstrap, added HTML::abbr(), added public access to Database::config(), enabled DB compression to be disabled in database.php
This commit is contained in:
@@ -26,7 +26,7 @@ var search = _.debounce(function(url,query,process){
|
||||
cache : false,
|
||||
beforeSend : function() {
|
||||
if (c++ == 0)
|
||||
$('img[name=searching]').css('visibility', 'visible');
|
||||
$('i[name=searching]').removeClass("hidden");
|
||||
},
|
||||
success : function(data) {
|
||||
// if json is null, means no match, won't do again.
|
||||
@@ -47,7 +47,7 @@ var search = _.debounce(function(url,query,process){
|
||||
},
|
||||
complete : function() {
|
||||
if (--c == 0)
|
||||
$('img[name=searching]').css('visibility', 'hidden');
|
||||
$('i[name=searching]').addClass("hidden");
|
||||
}
|
||||
})
|
||||
}, 500);
|
||||
|
Reference in New Issue
Block a user