diff --git a/build/js/ox.load.js b/build/js/ox.load.js index 43c05b53..daa58964 100644 --- a/build/js/ox.load.js +++ b/build/js/ox.load.js @@ -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/',