mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix closing </script> so we can be inlined.
This commit is contained in:
parent
10e33e53f7
commit
e6eeebed2b
@ -23,7 +23,7 @@ var Scriptaculous = {
|
||||
Version: '1.6',
|
||||
require: function(libraryName) {
|
||||
// inserting via DOM fails in Safari 2.0, so brute force approach
|
||||
document.write('<script type="text/javascript" src="'+libraryName+'"></script>');
|
||||
document.write('<script type="text/javascript" src="'+libraryName+'"></scr'+'ipt>');
|
||||
},
|
||||
load: function() {
|
||||
if((typeof Prototype=='undefined') ||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user