remove a debugging relict from SyntaxHighlighter

This commit is contained in:
rolux 2012-04-06 14:14:01 +02:00
parent 03f4f77ce6
commit 3134b55456

View file

@ -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) { self.setOption = function(key, value) {
renderSource(); renderSource();
}; };