You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -358,7 +359,7 @@ window.onload = function () { // wait for load in a dumb way because B-0
358
359
}
359
360
360
361
functionremoveImportAlerts(){
361
-
importDropTarget.nextAll('.alert').remove()
362
+
$importDropTarget.nextAll('.alert').remove()
362
363
}
363
364
364
365
functionhandleConfigFileSelect(e){
@@ -380,9 +381,9 @@ window.onload = function () { // wait for load in a dumb way because B-0
380
381
}
381
382
382
383
updateCustomizerFromJson(json)
383
-
showAlert('success','<strong>Woohoo!</strong> Your configuration was successfully uploaded. Tweak your settings, then hit Download.',importDropTarget)
384
+
showAlert('success','<strong>Woohoo!</strong> Your configuration was successfully uploaded. Tweak your settings, then hit Download.',$importDropTarget)
384
385
}catch(err){
385
-
returnshowAlert('danger','<strong>Shucks.</strong> We can only read valid <code>.json</code> files. Please try again.',importDropTarget)
386
+
returnshowAlert('danger','<strong>Shucks.</strong> We can only read valid <code>.json</code> files. Please try again.',$importDropTarget)
386
387
}
387
388
}
388
389
@@ -398,31 +399,31 @@ window.onload = function () { // wait for load in a dumb way because B-0
0 commit comments