1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub-skin.git synced 2024-04-26 06:09:30 +03:00

список игнора quicklink

This commit is contained in:
Alexander Yakovlev 2019-02-19 02:29:14 +07:00
parent a653a46579
commit 3434171120
Signed by: oreolek
GPG key ID: 1CDC4B7820C93BD3

View file

@ -13,18 +13,16 @@ jQuery(document).ready(function($){
quicklink({
ignores: [
/\/profile\//,
/\/blog\/?/,
/\/blogs?\/?/,
/\/content\/?/,
/\/talk\/?/,
/\/settings\/?/,
/\/admin\/?/,
/\/auth\/?/,
/\/blogs\/?/,
/\/people\/?/,
/\/tag\/?/,
/\/rss\/?/,
/\/ajax\/?/,
/#(.+)/
/\/ajax\/?/
]
});