eslint fix
This commit is contained in:
parent
4e5ed68232
commit
e97751558f
|
@ -56,7 +56,7 @@ function initPage() {
|
|||
$j('#WebSwatch').css('background-color', event.target.value);
|
||||
};
|
||||
});
|
||||
$j('#contentForm').submit(function(event){
|
||||
$j('#contentForm').submit(function(event) {
|
||||
if ( validateForm(this) ) {
|
||||
$j('#contentButtons').hide();
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue