Fix md5 auto-filtering. cursor: pointer;
This commit is contained in:
parent
76d56e3f70
commit
71cdaabc48
@ -793,7 +793,9 @@
|
|||||||
return "\\" + c;
|
return "\\" + c;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
if (type !== 'md5') {
|
||||||
re = "/^" + re + "$/";
|
re = "/^" + re + "$/";
|
||||||
|
}
|
||||||
if (/\bop\b/.test(post["class"])) {
|
if (/\bop\b/.test(post["class"])) {
|
||||||
re += ';op:yes';
|
re += ';op:yes';
|
||||||
}
|
}
|
||||||
@ -5122,6 +5124,7 @@ a[href="javascript:;"] {\
|
|||||||
}\
|
}\
|
||||||
.entry {\
|
.entry {\
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, .25);\
|
border-bottom: 1px solid rgba(0, 0, 0, .25);\
|
||||||
|
cursor: pointer;\
|
||||||
display: block;\
|
display: block;\
|
||||||
outline: none;\
|
outline: none;\
|
||||||
padding: 3px 7px;\
|
padding: 3px 7px;\
|
||||||
|
|||||||
@ -656,7 +656,7 @@ Filter =
|
|||||||
else
|
else
|
||||||
"\\#{c}"
|
"\\#{c}"
|
||||||
|
|
||||||
re = "/^#{re}$/"
|
re = "/^#{re}$/" unless type is 'md5'
|
||||||
if /\bop\b/.test post.class
|
if /\bop\b/.test post.class
|
||||||
re += ';op:yes'
|
re += ';op:yes'
|
||||||
|
|
||||||
@ -4023,6 +4023,7 @@ a[href="javascript:;"] {
|
|||||||
}
|
}
|
||||||
.entry {
|
.entry {
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, .25);
|
border-bottom: 1px solid rgba(0, 0, 0, .25);
|
||||||
|
cursor: pointer;
|
||||||
display: block;
|
display: block;
|
||||||
outline: none;
|
outline: none;
|
||||||
padding: 3px 7px;
|
padding: 3px 7px;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user