1
0
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:
Cameron 2017-01-03 11:23:41 -08:00
parent 719016e09a
commit 3307291ed9

View File

@ -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;
});