mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-28 22:55:39 -04:00
commento.js: use commento namespace for allShow
This commit is contained in:
@ -1527,7 +1527,7 @@
|
||||
if (cssOverride === undefined) {
|
||||
global.allShow();
|
||||
} else {
|
||||
cssLoad(cssOverride, "window.allShow()");
|
||||
cssLoad(cssOverride, "window.commento.allShow()");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user