Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save colepacak/d3ec1514c6cd09603ec5dac387eafbd3 to your computer and use it in GitHub Desktop.
Save colepacak/d3ec1514c6cd09603ec5dac387eafbd3 to your computer and use it in GitHub Desktop.
Views - Set default ajax progress type as throbber
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