mirror of
https://github.com/e107inc/e107.git
synced 2025-08-05 06:07:32 +02:00
Fix for JS warnings.
This commit is contained in:
@@ -656,7 +656,7 @@ $(document).ready(function()
|
|||||||
$('.e-mm-select-loading').hide();
|
$('.e-mm-select-loading').hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(this).preventDefault();
|
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -679,7 +679,7 @@ $(document).ready(function()
|
|||||||
|
|
||||||
$(selector).toggle();
|
$(selector).toggle();
|
||||||
|
|
||||||
$(e).preventDefault();
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user