From 3134b5545620e7382cd83eea9b4e0c5fc19ece10 Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 6 Apr 2012 14:14:01 +0200 Subject: [PATCH] remove a debugging relict from SyntaxHighlighter --- source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js b/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js index ceb62ca2..b97b4d52 100644 --- a/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js +++ b/source/Ox.UI/js/Code/Ox.SyntaxHighlighter.js @@ -134,22 +134,6 @@ Ox.SyntaxHighlighter = function(options, self) { } } - setTimeout(function() { - $('.foobar > span').css({ - textDecoration: 'underline' - }) - $('.foobar').css({ - //background: 'rgb(255, 255, 128)', - borderRadius: '2px', - cursor: 'pointer' - }).bind({ - click: function() { - window.location.hash = 'documentation/' + $(this).attr('title'); - } - }) - - }, 1000) - self.setOption = function(key, value) { renderSource(); };