-
Notifications
You must be signed in to change notification settings - Fork 823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
adding classes to toolbar.js #2648
adding classes to toolbar.js #2648
Conversation
d51cdfc
to
780deaf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uncaught ReferenceError: y is not defined
at SaveInterface._printBlockSVG [as printBlockSVG] (:3000/js/activity.js:760)
at SaveInterface.saveBlockArtwork (:3000/js/SaveInterface.js:209)
at HTMLAnchorElement.saveArtworkSVG.onclick (:3000/js/toolbar.js:239)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
activity.js:4713 Uncaught ReferenceError: StatsWindow is not defined
at activity.js:4713
at HTMLAnchorElement.displayStatsIcon.onclick (toolbar.js:355)
Uncaught TypeError: Cannot read property 'visible' of undefined
at deletePlugin (activity.js:1486)
at HTMLAnchorElement.delPluginIcon.onclick (toolbar.js:363)
575a5ce
to
b2bb516
Compare
@meganindya I resolved the first error but couldn't resolve the second one. |
Why is this PR so massive? |
b2bb516
to
235852e
Compare
I did something wrong while doing a rebase. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
I have a small change to make in js/toolbar.js. Should I go ahead with it and make a pull request? |
part of issue #2629