S5 Fix
Omit a (seemingly superfluous) javascript hack which causes Gecko-based browsers to request /my_wiki/s5/null when they load an s5 slideshow. Also a stylistic cleanup in the wiki_controller.
This commit is contained in:
parent
171c12d2c1
commit
2c5c6dc78a
2 changed files with 2 additions and 3 deletions
|
@ -535,7 +535,6 @@ function notOperaFix() {
|
|||
slides.setAttribute('media','screen');
|
||||
outline.disabled = true;
|
||||
if (isGe) {
|
||||
slides.setAttribute('href','null'); // Gecko fix
|
||||
slides.setAttribute('href',slideCSS); // Gecko fix
|
||||
}
|
||||
if (isIE && document.styleSheets && document.styleSheets[0]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue