fix ox.load to work with jquery 1.5
This commit is contained in:
parent
4326c307b4
commit
ff4798b421
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ $(function() {
|
|||
WebkitUserSelect: 'none'
|
||||
},
|
||||
file = 'js/ox.load.js',
|
||||
path = $('script[src*=' + file + ']').attr('src').replace(file, ''),
|
||||
path = $('script[src*="' + file + '"]').attr('src').replace(file, ''),
|
||||
userAgent,
|
||||
userAgents = {
|
||||
'Chrome': 'http://www.google.com/chrome/',
|
||||
|
|
Loading…
Reference in a new issue