Skip to content
Snippets Groups Projects
  1. Apr 23, 2015
  2. Mar 21, 2015
    • chang-zhao's avatar
      Update toolbar.js · e738f3a7
      chang-zhao authored
      When the picker button is near the border of the screen, then an opening panel of picker buttons can go over the screen edge. That's not convenient. So we should add a check in a `function pickerToggle()` and shift picker buttons position if needed.
      e738f3a7
  3. Jan 14, 2015
  4. Dec 11, 2014
  5. Nov 12, 2014
  6. Jul 04, 2014
    • Andreas Gohr's avatar
      upgrade to jQuery 1.11.1 and jQuery-UI 1.11.0. #778 · 4ca83a77
      Andreas Gohr authored
      This now pulls all data from official jQuery sources. Either their CDN
      or their github account. Google tends to serve outdated or even broken
      files :-(
      
      Unfortunately there's no simple way to get the latest stable jQuery-UI
      so for now the version has to be adjusted manually in the script.
      4ca83a77
  7. Jun 19, 2014
  8. May 05, 2014
  9. Mar 05, 2014
  10. Feb 14, 2014
  11. Feb 13, 2014
  12. Feb 07, 2014
  13. Jan 17, 2014
  14. Jan 16, 2014
  15. Jan 03, 2014
    • Andreas Gohr's avatar
      removed invalid source mappings · a335e2e4
      Andreas Gohr authored
      Minified jQuery contains a source mapping hint that will result in a 404
      in Chrome. I removed the hint for now. A better solution (eg. fixing the
      mapping URL) should be found.
      a335e2e4
  16. Dec 07, 2013
  17. Oct 10, 2013
  18. Oct 07, 2013
  19. Sep 11, 2013
  20. Aug 03, 2013
  21. Aug 01, 2013
  22. Jul 31, 2013
  23. Jul 30, 2013
  24. Jul 21, 2013
    • Michael Hamann's avatar
      In debug mode: catch and log JS errors with file information · 6b0ec830
      Michael Hamann authored
      When debugging is enabled (allowdebug enabled) JS errors are now catched
      for each non-core JS file and logged with the additional information
      from which file they came. This should make it easier to find out which
      plugin is the cause for broken JS code. The feature isn't enabled by
      default as defining functions inside try-clauses isn't allowed in strict
      mode and causes a warning at least in Firefox.
      6b0ec830
  25. Jul 12, 2013
  26. Jun 27, 2013
Loading