Skip to content

Commit

Permalink
Move to correct location
Browse files Browse the repository at this point in the history
  • Loading branch information
S3L3CT3DLoves committed Jan 6, 2025
1 parent 7e66853 commit 1507dc0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/QuickEdit/quickedit.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,6 @@ function ensureLibLoaded(libname, timeout) {
}
}

await ensureLibLoaded("csLib", 500)

const btnConfig = new ButtonsConfig()
const stashGQL = new StashGraphQL(window.location.origin + "/graphql")
const pluginUI = new PluginUI(stashGQL, btnConfig)
Expand All @@ -260,6 +258,7 @@ function refreshUI(){
const btnConfigUI = new ButtonsConfigUI(stashGQL, btnConfig, refreshUI)

async function quickEditMain(display){
await ensureLibLoaded("csLib", 500)
await btnConfig.loadConfig()
btnConfigUI.refreshConfig(btnConfig)
if(display){
Expand Down

0 comments on commit 1507dc0

Please sign in to comment.