From d81600db6c0ad067b792c46f0d36c259f08f0d72 Mon Sep 17 00:00:00 2001 From: Cyril Date: Tue, 20 Dec 2011 14:52:29 -0500 Subject: [PATCH] Removed chat and bottom toolbar --- build/build | 14 ----------- static/js/12o_super_mini.js | 4 +-- templates/html/base.html | 50 ------------------------------------- 3 files changed, 2 insertions(+), 66 deletions(-) delete mode 100644 build/build diff --git a/build/build b/build/build deleted file mode 100644 index f007c2d..0000000 --- a/build/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -echo Using workspace: $WORKSPACE/treeio -cd $WORKSPACE/treeio -python manage.py test --pythonpath=$WORKSPACE --settings=treeio.settings-test --cover-package=treeio --with-xunit --with-xcoverage treeio - -echo "== DONE: Testing" - -cd $WORKSPACE -pylint --rcfile=treeio/.pylintrc -d E1101 -f parseable treeio > pylint.txt -echo "== DONE: Coding style checks" - -cd $WORKSPACE/treeio/doc -make html -echo "== DONE: Generating documentation" diff --git a/static/js/12o_super_mini.js b/static/js/12o_super_mini.js index 999caa9..94c3d1b 100644 --- a/static/js/12o_super_mini.js +++ b/static/js/12o_super_mini.js @@ -6076,7 +6076,7 @@ chat.events.on_messages = function(a) { $("#chat-frame").css("display") == "none" && $("#chat-icon").attr("src", "/static/icons/chat-active.gif").fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100).fadeOut(100).fadeIn(100) } }; -$(function() { +/*$(function() { $("#chat-tabs").tabs({ tabTemplate: "
  • #{label}Remove Tab
  • " }); @@ -6137,7 +6137,7 @@ $(function() { b.dialog("close"); return false }) -}); +});*/ Date.CultureInfo = { name: "en-US", englishName: "English (United States)", diff --git a/templates/html/base.html b/templates/html/base.html index 0064cc5..bf95c3c 100644 --- a/templates/html/base.html +++ b/templates/html/base.html @@ -86,57 +86,7 @@

    Loading...

    - -
    - - - - - - -
    -