mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Fix #922 failure to load scripts with the name 'jquery' in it
This commit is contained in:
parent
09e60ee3eb
commit
a722f279d9
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class HTMLDisplayHandler
|
|||
*/
|
||||
public static $blockedScripts = array(
|
||||
'@\bcommon/(?:css|js)/xe(?:\.min)?\.(?:css|js)$@',
|
||||
'@\bj[Qq]uery(?:-[0-9]+(?:\.[0-9x]+)*)?(?:\.min)?\.js$@',
|
||||
'@(?:^|/)j[Qq]uery(?:-[0-9]+(?:\.[0-9x]+)*)?(?:\.min)?\.js$@',
|
||||
);
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue