From 5c87d98c0b3383c7ad63f0b69e36110b915e36c2 Mon Sep 17 00:00:00 2001 From: Robert Zorko Date: Tue, 22 Sep 2015 18:13:31 +0200 Subject: enabled buttons in the navigation header (at least buttons on the left side of the bar), renamed stateMachine to navigation --- css/codeq.css | 1 + index.html | 12 ++++- js/codeq/language.js | 19 +++++++- js/codeq/login.js | 10 +++++ js/codeq/navigation.js | 104 ++++++++++++++++++++++++++++++++++++++++++++ js/codeq/problem.js | 23 ++++++++++ js/codeq/prolog.js | 15 ++++++- js/codeq/python.js | 15 ++++++- js/codeq/stateMachine.js | 32 -------------- js/jquery/jquery.history.js | 1 + 10 files changed, 195 insertions(+), 37 deletions(-) create mode 100644 js/codeq/navigation.js delete mode 100644 js/codeq/stateMachine.js create mode 100644 js/jquery/jquery.history.js diff --git a/css/codeq.css b/css/codeq.css index 3de5b0b..397a46d 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -5,6 +5,7 @@ body { #title { color: whitesmoke; + margin-left: 5px; } diff --git a/index.html b/index.html index 99f6330..87987d4 100644 --- a/index.html +++ b/index.html @@ -28,11 +28,18 @@ CodeQ +