From 9c798e7d457863c19824a0a267b2bb7159b6e14a Mon Sep 17 00:00:00 2001 From: remy Date: Mon, 23 May 2011 21:13:55 +0200 Subject: [PATCH] local jQuery again --- inliner.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inliner.js b/inliner.js index 2e1ca9f..2095ef1 100755 --- a/inliner.js +++ b/inliner.js @@ -161,7 +161,7 @@ function Inliner(url, options, callback) { get(url, function (html) { // console.log(html.replace(/^\s*/g, ''), 'test'); jsdom.env(html, '', [ - 'http://code.jquery.com/jquery.min.js' + __dirname + '/jquery.min.js' ], function(errors, window) { // remove jQuery that was included with jsdom window.$('script:last').remove();