mirror of
https://github.com/e107inc/e107.git
synced 2025-03-14 01:19:44 +01:00
Fix for JS warnings.
This commit is contained in:
parent
719016e09a
commit
3307291ed9
@ -656,7 +656,7 @@ $(document).ready(function()
|
||||
$('.e-mm-select-loading').hide();
|
||||
});
|
||||
|
||||
$(this).preventDefault();
|
||||
|
||||
return false;
|
||||
});
|
||||
|
||||
@ -679,7 +679,7 @@ $(document).ready(function()
|
||||
|
||||
$(selector).toggle();
|
||||
|
||||
$(e).preventDefault();
|
||||
return false;
|
||||
});
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user