Browse Source

improved javascript for code expansion

unreleased_contents
B Mathis 15 years ago
parent
commit
0b744bae5e
  1. 7
      source/javascripts/octopress.js

7
source/javascripts/octopress.js

@ -1,12 +1,7 @@
window.addEvent('domready', function() { window.addEvent('domready', function() {
addPreExpanders(); $$('div.highlight').each(addExpander);
}); });
function addPreExpanders(){
$$('div.highlight').each(function(div){
addExpander(div);
});
}
function addExpander(div){ function addExpander(div){
new Element('span',{ new Element('span',{
html: 'expand »', html: 'expand »',

Loading…
Cancel
Save