Merge branch 'master' of github.com:posativ/isso
This commit is contained in:
commit
3d1cded70f
@ -4,7 +4,7 @@ define(["app/api", "app/dom", "app/i18n"], function(api, $, i18n) {
|
|||||||
var objs = {};
|
var objs = {};
|
||||||
|
|
||||||
$.each("a", function(el) {
|
$.each("a", function(el) {
|
||||||
if (! el.href.match(/#isso-thread$/)) {
|
if (! el.href.match || ! el.href.match(/#isso-thread$/)) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user