From 482a5cfb11bfbb5491020c5a1c757a2f8bef70c6 Mon Sep 17 00:00:00 2001 From: Matt Pass Date: Sun, 30 Dec 2012 17:12:30 +0000 Subject: [PATCH] Now loads snippet-display.php from lib folder --- lib/ice-coder.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ice-coder.js b/lib/ice-coder.js index 6d75a23..2080fa2 100644 --- a/lib/ice-coder.js +++ b/lib/ice-coder.js @@ -1865,7 +1865,7 @@ var ICEcoder = { } else { cM.operation(function(){ var msg = document.createElement("iframe"); - msg.src = "snippets/snippet-display.php"; + msg.src = "lib/snippet-display.php"; msg.className = "snippetFrame"; top.ICEcoder.snippetLine = cM.addLineWidget(cM.getCursor().line, msg, {coverGutter: false, noHScroll: true}); });