remove a debugging relict from SyntaxHighlighter
This commit is contained in:
parent
03f4f77ce6
commit
3134b55456
1 changed files with 0 additions and 16 deletions
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue