Commit 6b5c54c1 authored by ruocaled's avatar ruocaled Committed by AUTOMATIC1111

remove console.log

parent 3bd40bb7
...@@ -71,7 +71,6 @@ function check_gallery(id_gallery){ ...@@ -71,7 +71,6 @@ function check_gallery(id_gallery){
if (galleryButtons.length === 1 && !galleryBtnSelected) { if (galleryButtons.length === 1 && !galleryBtnSelected) {
//automatically open when there is only 1 gallery btn, and was previously selected //automatically open when there is only 1 gallery btn, and was previously selected
galleryButtons[0].click(); galleryButtons[0].click();
console.log('clicked');
} }
}) })
galleryObservers[id_gallery].observe( gallery, { childList:true, subtree:false }) galleryObservers[id_gallery].observe( gallery, { childList:true, subtree:false })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment