Created
April 5, 2017 17:23
-
-
Save colepacak/d3ec1514c6cd09603ec5dac387eafbd3 to your computer and use it in GitHub Desktop.
Views - Set default ajax progress type as throbber
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/core/modules/views/js/ajax_view.js b/core/modules/views/js/ajax_view.js | |
index 85975b5..a56592b 100644 | |
--- a/core/modules/views/js/ajax_view.js | |
+++ b/core/modules/views/js/ajax_view.js | |
@@ -78,7 +78,7 @@ | |
setClick: true, | |
event: 'click', | |
selector: selector, | |
- progress: {type: 'fullscreen'} | |
+ progress: {type: 'throbber'} | |
}; | |
this.settings = settings; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment