diff options
author | Aleš Smodiš <aless@guru.si> | 2015-10-02 11:22:06 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-10-02 11:22:06 +0200 |
commit | 0c168d0027f3350344d0fcdf16c554dcc8f3c92b (patch) | |
tree | b263d19109400d33c31e3e0c5c5a256d03a4cae4 /index.html | |
parent | f72d4a175d44283e1d2d35bccff706093600c1c2 (diff) |
Remove deprecated files.
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -5,7 +5,6 @@ <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <meta name="format-detection" content="telephone=no"> - <link rel="stylesheet" href="css/jquery/jquery.terminal.css" type="text/css"> <!-- CodeMirror --> <link rel="stylesheet" href="css/codemirror/codemirror.css" type="text/css"> <link rel="stylesheet" href="css/codemirror/show-hint.css" type="text/css"> @@ -464,7 +463,6 @@ <!-- jQuery stuff --> <script src="js/jquery/jquery-1.11.3.js"></script> <script src="js/engine.io.js"></script> - <script src="js/jquery/jquery.terminal-0.8.8.js"></script> <script src="js/jquery/jquery.history.js"></script> <!-- Q promise library --> <script src="js/q.js"></script> |