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