mirror of
https://github.com/anapnoe/stable-diffusion-webui-ux.git
synced 2026-09-04 04:00:47 +02:00
fix Unable to pin settings to quick access after recent update #143
This commit is contained in:
+3
-2
@@ -798,7 +798,7 @@ onUiLoaded(function () {
|
||||
elem.addEventListener("click", toggleAccordion);
|
||||
});
|
||||
}
|
||||
function toggleAccordion(e) {
|
||||
/* function toggleAccordion(e) {
|
||||
//e.preventDefault();
|
||||
//e.stopPropagation();
|
||||
//e.stopImmediatePropagation();
|
||||
@@ -835,6 +835,7 @@ onUiLoaded(function () {
|
||||
}
|
||||
|
||||
attachAccordionListeners(gradioApp());
|
||||
*/
|
||||
// additional ui styles
|
||||
let styleobj = {};
|
||||
const r = gradioApp();
|
||||
@@ -1228,7 +1229,7 @@ onUiLoaded(function () {
|
||||
setting_quicksettings.value = field_settings;
|
||||
//addModelCheckpoint();
|
||||
saveQuickSettings();
|
||||
//console.log(section + " - "+ id + " - " + checked);
|
||||
console.log(section + " - "+ id + " - " + checked);
|
||||
}
|
||||
gradioApp()
|
||||
.querySelectorAll('[id*="add2quick_"]')
|
||||
|
||||
@@ -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