Sha256: 6044d815493b26a37ec7349d57cd078fba1350999c2bc04f1118688125ff257a
Contents?: true
Size: 576 Bytes
Versions: 1
Compression:
Stored size: 576 Bytes
Contents
// Start Bootstrap JS // ----------------------------------- (function(window, document, $, undefined){ $(function(){ // POPOVER // ----------------------------------- $('[data-toggle="popover"]').popover(); // TOOLTIP // ----------------------------------- $('[data-toggle="tooltip"]').tooltip({ container: 'body' }); // DROPDOWN INPUTS // ----------------------------------- $('.dropdown input').on('click focus', function(event){ event.stopPropagation(); }); }); })(window, document, window.jQuery);
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radius-rails-3.1.4 | app/assets/javascripts/radius-theme/modules/bootstrap-start.js |