From d81197849358f2482dbb46113f87beedee02f072 Mon Sep 17 00:00:00 2001 From: Owen Date: Tue, 5 Aug 2014 17:14:01 +0300 Subject: Multiple Issues fixed Resizeable task bar Deliverable state combo box Edit node submit bug fix Code cleaup --- scripts/buttons.js | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'scripts/buttons.js') diff --git a/scripts/buttons.js b/scripts/buttons.js index b29e85e9..c1e63bd8 100644 --- a/scripts/buttons.js +++ b/scripts/buttons.js @@ -1,22 +1,3 @@ -$('.colorpicker').click(function(){Colorize();}); - -var chosencolor; - -function Colorize(){ - $('.colorpicker').html("
person
project
question
idea
"); - $('.td1').css('background-color',customColor("person")); - $('.td2').css('background-color',customColor("project")); - $('.td3').css('background-color',customColor("skill")); - $('.td4').css('background-color',customColor("deliverable")); - $('.td5').css('background-color',customColor("objective")); - - $('.td1').click(function(){chosencolor="person"}); - $('.td2').click(function(){chosencolor="project"}); - $('.td3').click(function(){chosencolor="skill"}); - $('.td4').click(function(){chosencolor="deliverable"}); - $('.td5').click(function(){chosencolor="objective"}); -} - $('.tutorial').click(function(){}); -- cgit v1.3.1