mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-09 22:48:44 +02:00
fix Unable to pin settings to quick access after recent update #143
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// various hints and extra info for the settings tab
|
||||
|
||||
onUiLoaded(function(){
|
||||
/* onUiLoaded(function(){
|
||||
createLink = function(elem_id, text, href){
|
||||
var a = document.createElement('A')
|
||||
a.textContent = text
|
||||
@@ -36,6 +36,6 @@ onUiLoaded(function(){
|
||||
popup(table);
|
||||
})
|
||||
});
|
||||
})
|
||||
}) */
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user