diff options
Diffstat (limited to 'static/functions/validate_upload.js')
-rw-r--r-- | static/functions/validate_upload.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/functions/validate_upload.js b/static/functions/validate_upload.js index ca628f2..e464bd7 100644 --- a/static/functions/validate_upload.js +++ b/static/functions/validate_upload.js @@ -7,7 +7,7 @@ checkHasMainArtist(e); } }); - + /** * Make sure a main artist is selected. */ @@ -25,5 +25,5 @@ } } }); - + })(jQuery);
\ No newline at end of file |