|
10 | 10 | <title>ICEcoder v <?php echo $ICEcoder["versionNo"];?> editor</title> |
11 | 11 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
12 | 12 | <meta name="robots" content="noindex, nofollow"> |
13 | | -<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror.css"> |
14 | | -<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/addon/hint/show-hint.css"> |
15 | | -<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/addon/lint/lint.css"> |
| 13 | +<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror.css?microtime=<?php echo microtime(true);?>"> |
| 14 | +<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/addon/hint/show-hint.css?microtime=<?php echo microtime(true);?>"> |
| 15 | +<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/addon/lint/lint.css?microtime=<?php echo microtime(true);?>"> |
16 | 16 | <!-- |
17 | 17 | codemirror-compressed.js |
18 | 18 | incls: codemirror |
19 | 19 | modes: clike, coffeescript, css, erlang, go, htmlmixed, javascript, julia, lua, markdown, perl, php, python, ruby, rust, sass, sql, xml, yaml |
20 | 20 | addon: brace-fold, closebrackets, closetag, css-hint, html-hint, javascript-hint, javascript-lint, lint, match-highlighter, searchcursor, show-hint, sql-hint, trailingspace, xml-fold, xml-hint |
21 | 21 | //--> |
22 | | -<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror-compressed.js"></script> |
| 22 | +<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2F%3Cspan+class%3D"pl-ent"><?php echo $ICEcoder["codeMirrorDir"]; ?>/lib/codemirror-compressed.js?microtime=<?php echo microtime(true);?>"></script> |
23 | 23 | <?php |
24 | 24 | if (file_exists(dirname(__FILE__)."/plugins/jshint/jshint-2.5.6.min.js")) { |
25 | | - echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fjshint%2Fjshint-2.5.6.min.js%3Cspan+class%3D"x x-first x-last">"></script>'; |
| 25 | + echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fjshint%2Fjshint-2.5.6.min.js%3Cspan+class%3D"x x-first">?microtime='.microtime(true).'></script>'; |
26 | 26 | };?> |
27 | | -<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Fmmd.js"></script> |
28 | | -<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffoldcode.js"></script> |
| 27 | +<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Fmmd.js%3Cspan+class%3D"x x-first">?microtime=<?php echo microtime(true);?>"></script> |
| 28 | +<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffoldcode.js%3Cspan+class%3D"x x-first">?microtime=<?php echo microtime(true);?>"></script> |
29 | 29 | <?php |
30 | 30 | if (file_exists(dirname(__FILE__)."/plugins/emmet/emmet.min.js")) { |
31 | | - echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Femmet%2Femmet.min.js"></script>'; |
| 31 | + echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Femmet%2Femmet.min.js%3Cspan+class%3D"x x-first x-last">?microtime=".microtime(true)."></script>'; |
32 | 32 | };?> |
33 | 33 | <?php |
34 | 34 | if (file_exists(dirname(__FILE__)."/plugins/pesticide/pesticide.js")) { |
35 | | - echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fpesticide%2Fpesticide.js"></script>'; |
| 35 | + echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fpesticide%2Fpesticide.js%3Cspan+class%3D"x x-first x-last">?microtime=".microtime(true)."></script>'; |
36 | 36 | };?> |
37 | 37 | <?php |
38 | 38 | if (file_exists(dirname(__FILE__)."/plugins/stats.js/stats.min.js")) { |
39 | | - echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fstats.js%2Fstats.min.js"></script>'; |
| 39 | + echo '<script src="proxy.php?url=https%3A%2F%2Fgithub.com%2Fplugins%2Fstats.js%2Fstats.min.js%3Cspan+class%3D"x x-first x-last">?microtime=".microtime(true)."></script>'; |
40 | 40 | };?> |
41 | 41 | <link rel="stylesheet" href="<?php |
42 | 42 | if ($ICEcoder["theme"]=="default") {echo 'lib/editor.css';} else {echo $ICEcoder["codeMirrorDir"].'/theme/'.$ICEcoder["theme"].'.css';}; |
| 43 | +echo "?microtime=".microtime(true); |
43 | 44 | $activeLineBG = array_search($ICEcoder["theme"],array("3024-day","base16-light","eclipse","elegant","neat","solarized","xq-light")) !== false ? "#ccc" : "#000"; |
44 | 45 | ?>"> |
45 | 46 |
|
|
74 | 75 | .diffGreyLighter {background: #888 !important; color: #222 !important} |
75 | 76 | .diffNone {} |
76 | 77 | </style> |
77 | | -<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffile-types.css"> |
78 | | -<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffile-type-icons.css"> |
| 78 | +<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffile-types.css%3Cspan+class%3D"x x-first">?microtime=<?php echo microtime(true);?>"> |
| 79 | +<link rel="stylesheet" href="proxy.php?url=https%3A%2F%2Fgithub.com%2Flib%2Ffile-type-icons.css%3Cspan+class%3D"x x-first">?microtime=<?php echo microtime(true);?>"> |
79 | 80 | </head> |
80 | 81 |
|
81 | 82 | <body style="color: #fff; margin: 0" onKeyDown="return top.ICEcoder.interceptKeys('content', event);" onKeyUp="top.ICEcoder.resetKeys(event);" onBlur="parent.ICEcoder.resetKeys(event);"> |
|
0 commit comments