Skip to content

Commit

Permalink
Fixing an error in the fileupload.js
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbossenger committed Feb 7, 2018
1 parent 02a2964 commit 3b0d75f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion assets/js/fileupload.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ jQuery( document ).ready( function ( $ ) {
/**
* Upload notification bar
*/
upload notification bar
function notificationBar( message ) {
$( '.peek-a-bar' ).hide().remove();
var notification_bar = new $.peekABar( {
Expand Down

0 comments on commit 3b0d75f

Please sign in to comment.