Firefox JS error
-
Hi, I’ve detected a little JS bug which only affects (aparently) to Firefox:
Into wp-simple-gallery-admin.js, line 40:
$(‘#wpsimplegallery_upload_button’).on(‘click’, function() {
should be:
$(‘#wpsimplegallery_upload_button’).on(‘click’, function(event) {
- The topic ‘Firefox JS error’ is closed to new replies.