mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 15:05:46 +01:00
fixed safari script problem
This commit is contained in:
@@ -118,7 +118,8 @@ var ajaxify = {};
|
||||
}
|
||||
|
||||
head.insertBefore(script, head.firstChild);
|
||||
head.removeChild(script);
|
||||
//TODO: remove from head before inserting?, doing this breaks scripts in safari so commented out for now
|
||||
//head.removeChild(script);
|
||||
};
|
||||
|
||||
var scripts = [],
|
||||
|
||||
Reference in New Issue
Block a user