mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
improved javascript for code expansion
This commit is contained in:
parent
1eddd60a71
commit
0b744bae5e
@ -1,12 +1,7 @@
|
||||
window.addEvent('domready', function() {
|
||||
addPreExpanders();
|
||||
$$('div.highlight').each(addExpander);
|
||||
});
|
||||
|
||||
function addPreExpanders(){
|
||||
$$('div.highlight').each(function(div){
|
||||
addExpander(div);
|
||||
});
|
||||
}
|
||||
function addExpander(div){
|
||||
new Element('span',{
|
||||
html: 'expand »',
|
||||
|
Loading…
x
Reference in New Issue
Block a user