eslint fix

This commit is contained in:
Andrew Bauer 2019-03-30 10:41:04 -05:00
parent 4e5ed68232
commit e97751558f
1 changed files with 1 additions and 1 deletions

View File

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