Archived
1
0
This commit is contained in:
Jeff
2016-05-04 14:03:48 -04:00
parent 3283e53c5c
commit f7e8359f7b
2 changed files with 2 additions and 2 deletions

View File

@@ -354,7 +354,7 @@ function inject_hover_for_element(elem) {
function init(prefix) {
// inject posthover ...
inject_hover_for_element(document);
if ( /\.html$/.test(document.location.pathname) && ( ! /ukko/.test(document.location.pathname)) ) {
if ( /\.html$/.test(document.location.pathname) && ! (/ukko/.test(document.location.pathname)) ) {
// board / thread page
console.log("not loading reply widget");
} else {