Please FIX the bug!
-
Hi there,
First of all, Thanks for such a wonderful plugin to send push notifications with ease.
After i installed it on our site, It was not sending push notif. to users, Neither We were able to save settings, Most of things were not happening.
In browser console , we were getting this: gettting: Uncaught SyntaxError: Unexpected token ‘)’ admin.js 890
then, we checked the exact file in your plugin’s assets/js/admin.js : line no. 890
There is a missing “}” parentheses.
Then we added and checked & Everything start working!
So please fix this and Update your plugin in the repo.
Thanks!
Ref:
if ( previewId ) { var $img = $( '#' + previewId ); var $wrap = $( '#' + previewId + '-wrap' ); $img.attr( 'src', attachment.url ); if ( $wrap.length ) { $wrap.show(); } } // <-- Added closing brace for: if ( previewId )One more:
When deleting any subscriber, Getting this:
admin.php?page=whoknew-signal-push-notifications&tab=subscribers&deleted=1
Sorry, you are not allowed to access this page.
You must be logged in to reply to this topic.