Skip to content
Snippets Groups Projects
  1. Oct 12, 2017
  2. May 04, 2017
  3. Mar 05, 2017
  4. Dec 09, 2016
  5. Dec 07, 2016
  6. Nov 04, 2016
    • José Iván's avatar
      Cleaned up global namespace JS · b1b51b77
      José Iván authored
      Moved most of the functions that contained "window.doSomething" that were located at:
      - app/assets/javascripts/application.js
      To the following file:
      - app/assets/javascripts/lib/utils/common_utils.js
      
      The functions listed here:
      - window.ajaxGet
      - window.split
      - window.extractLast
      - window.rstrip
      - window.disableButtonIfEmptyField
      - window.disableButtonIfAnyEmptyField
      - window.sanitize
      - window.unbindEvents
      - window.shiftWindow
      
      Now will be accessible from the "gl.utils" namespace
      b1b51b77
  7. Oct 26, 2016
  8. Oct 24, 2016
  9. Oct 13, 2016
  10. Oct 06, 2016
  11. Sep 13, 2016
Loading