MediaWiki:Common.js: Różnice pomiędzy wersjami
Nie podano opisu zmian |
Nie podano opisu zmian |
||
Linia 18: | Linia 18: | ||
$('.selflink').parent('span.reference').css('display', 'none').css('width', '0'); | $('.selflink').parent('span.reference').css('display', 'none').css('width', '0'); | ||
set_verse_width(); | set_verse_width(); | ||
shortcut.add("Ctrl+B", function() { | |||
alert("The bookmarks of your browser will show up after this alert
"); | |||
}, { | |||
'type':'keydown', | |||
'propagate':true, | |||
'target':document | |||
}); | |||
}); | }); |