From 858afa997dfa859fcfa9953197460612eb55a6e2 Mon Sep 17 00:00:00 2001 From: benweet Date: Tue, 6 May 2014 22:57:44 +0100 Subject: [PATCH] Remove animation on extension buttons --- public/res/helpers/teamserverHelper.js | 2 +- public/res/html/buttonHtmlCode.html | 2 +- public/res/html/buttonMarkdownSyntax.html | 22 +++++++------- public/res/html/buttonStat.html | 2 +- public/res/html/buttonToc.html | 2 +- public/res/layout.js | 35 ----------------------- public/res/styles/base.less | 1 + public/res/styles/main.less | 18 ++++++------ 8 files changed, 25 insertions(+), 59 deletions(-) diff --git a/public/res/helpers/teamserverHelper.js b/public/res/helpers/teamserverHelper.js index e205829e..8eb6a0ac 100644 --- a/public/res/helpers/teamserverHelper.js +++ b/public/res/helpers/teamserverHelper.js @@ -104,7 +104,7 @@ define([ connect(task); authenticate(task); task.onRun(function() { - var url = settings.teamserverURL + '/repo/' + repo + '/changes'; + var url = settings.teamserverURL + '/repo/' + repo + '/changes/'; var type = 'GET'; if(lastChangeId) { url += lastChangeId; diff --git a/public/res/html/buttonHtmlCode.html b/public/res/html/buttonHtmlCode.html index 7e453e3d..9afc636a 100644 --- a/public/res/html/buttonHtmlCode.html +++ b/public/res/html/buttonHtmlCode.html @@ -2,6 +2,6 @@ diff --git a/public/res/html/buttonMarkdownSyntax.html b/public/res/html/buttonMarkdownSyntax.html index 555580ba..c1b6c9b4 100644 --- a/public/res/html/buttonMarkdownSyntax.html +++ b/public/res/html/buttonMarkdownSyntax.html @@ -2,16 +2,16 @@