Replies: 1 comment 2 replies
-
Best to shout at A111 in #4088 until it's fixed. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm developing an extension for the webui that will allow users to parse through the keyframes of a video file and manually pick 1:1 ratio crops from those keyframes for use in training data:
https://github.com/Maurdekye/training-picker
My issue is that the extension loader isn't recognizing my javascript file
javascript/training_picker.js
. I have a test function written that should change the output text of an on-screen element when I click a test button on the app, but when I click the button it generates a console error because the function can't be found. According to the wiki entry for developing extensions, all that I should need to do is place my javascript files inside thejavascript
folder in the root of my extension and they'll be automatically loaded into the page.Beta Was this translation helpful? Give feedback.
All reactions