gitlab-org--gitlab-foss/app/views/projects/tree
José Iván b1b51b774b Cleaned up global namespace JS
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
2016-11-03 23:00:21 -05:00
..
_blob_item.html.haml
_readme.html.haml
_spinner.html.haml
_submodule_item.html.haml
_tree_commit_column.html.haml
_tree_content.html.haml Cleaned up global namespace JS 2016-11-03 23:00:21 -05:00
_tree_header.html.haml
_tree_item.html.haml
_tree_row.html.haml
show.html.haml Move create MR banner below subnav 2016-10-01 00:21:37 +03:00