diff options
author | Aleš Smodiš <aless@guru.si> | 2015-08-25 14:22:58 +0200 |
---|---|---|
committer | Aleš Smodiš <aless@guru.si> | 2015-08-25 14:22:58 +0200 |
commit | 1973db21715555e7b668c83e6aace2c7499f8eaa (patch) | |
tree | 62efa953e62caf98bec6f3daf4459f1d15e9a033 /prolog.html | |
parent | 21d213dcff1367c16dc0c3f6585b8e35d7c2f0c7 (diff) |
Login now fetches the list of available problems from the server.
Made the query work, so terminal interaction now works.
Diffstat (limited to 'prolog.html')
-rw-r--r-- | prolog.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prolog.html b/prolog.html index 7bda6e9..a83c2cd 100644 --- a/prolog.html +++ b/prolog.html @@ -6,7 +6,7 @@ <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"--> + <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"> |