Aleksander Machniak
2015-01-23 b79a6e1b33aa47a93b45200997fd4514a887ea40
Workaround Firefox 3.6 issue where "advanced options" toggle element was misplaced
1 files modified
2 ■■■■■ changed files
skins/larry/ui.js 2 ●●●●● patch | view | raw | blame | history
skins/larry/ui.js
@@ -290,6 +290,8 @@
              .toggleClass('collapsed')
              .closest('fieldset').children('.propform').toggle()
          }).addClass('collapsed')
          // this magically fixes incorrect position of toggle link created above in Firefox 3.6
          .parents('form').css('display', 'inline');
      }
    }
    /***  addressbook task  ***/