mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 11:50:30 +02:00
Fix for JS warnings.
This commit is contained in:
@@ -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;
|
||||
});
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user