Remove errant commas to prevent file uploader script errors in IE7. props tsimmons. fixes #6443 for trunk

git-svn-id: https://develop.svn.wordpress.org/trunk@7572 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith
2008-03-30 06:11:30 +00:00
parent 261a876e31
commit dcc47cfaaa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -814,7 +814,7 @@ jQuery(function($){
file_queue_error_handler : fileQueueError,
file_dialog_complete_handler : fileDialogComplete,
debug: false,
debug: false
});
$("#flash-browse-button").bind( "click", function(){swfu.selectFiles();});
});