mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-03 07:13:59 +01:00
Now loads snippet-display.php from lib folder
This commit is contained in:
@@ -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});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user