Now loads snippet-display.php from lib folder

This commit is contained in:
Matt Pass
2012-12-30 17:12:30 +00:00
parent f73dee1103
commit 482a5cfb11

View File

@@ -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});
});