mirror of
https://github.com/lucaspalomodevelop/indico-plugins.git
synced 2026-03-15 00:14:38 +00:00
Fix 'Modify Query' toggle wrong name
This commit is contained in:
parent
f07cd333d2
commit
945d24e482
@ -1,7 +1,6 @@
|
||||
$(function() {
|
||||
$('#statsModify').click(function() {
|
||||
var text = ($(this).html() == str_modif_query)
|
||||
? str_hide_query : str_modif_query;
|
||||
var text = ($.trim($(this).html()) == str_modif_query) ? str_hide_query : str_modif_query;
|
||||
$(this).html(text);
|
||||
$('#statsFilter').slideToggle('fast');
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user