From ff4798b421b36545505d8e0b06755aaee7076964 Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Tue, 22 Feb 2011 20:02:07 +0100 Subject: [PATCH] fix ox.load to work with jquery 1.5 --- build/js/ox.load.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/',