mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-14 04:17:05 +01:00
Asset path changes in 2 x files
This commit is contained in:
@@ -31,7 +31,7 @@ ICEcoder.switchMode = function(mode) {
|
||||
cMdiff.setOption("mode",mode);
|
||||
}
|
||||
} else if (cM && fileName) {
|
||||
<?php include(dirname(__FILE__)."/../lib/language-modes-partial.js");?>
|
||||
<?php include(dirname(__FILE__)."/../assets/js/language-modes-partial.js");?>
|
||||
|
||||
if (mode != cM.getOption("mode")) {
|
||||
cM.setOption("mode",mode);
|
||||
|
||||
@@ -9,7 +9,7 @@ include("lib/settings.php");
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<meta name="robots" content="noindex, nofollow">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.5, user-scalable=no">
|
||||
<link rel="stylesheet" type="text/css" href="lib/terminal.css?microtime=<?php echo microtime(true);?>" />
|
||||
<link rel="stylesheet" type="text/css" href="assets/css/terminal.css?microtime=<?php echo microtime(true);?>" />
|
||||
<script type="text/javascript" language="JavaScript">
|
||||
commandHistory = [];
|
||||
currentLine = 0;
|
||||
|
||||
Reference in New Issue
Block a user