sigbit_admin_rails 0.0.1 → 0.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e1c12bf9e6cecba8843d949cff4eff80fc24cfa6
4
- data.tar.gz: 91603a35943cbdafdb0ff4e8db041b69df67480e
3
+ metadata.gz: 9c85ada616b0ed2775de8433007503ec67e2b257
4
+ data.tar.gz: 7cbb694089c689ebe11dbabd5639fa5846c1cd5b
5
5
  SHA512:
6
- metadata.gz: bdd5cd4311b4fc174df38b44a589a750f17e75b281a826645de6852b811c01be34552fdce25573a1864fe06c6a58aac6af2c1cf2bd2ed0c85a86564ae8d4ae32
7
- data.tar.gz: 28404881e2392d400954f774566c8d84ee3e39a94ec1e61fb0b9763869558ff54bf7ef3fcb117d10ce7209ae6b4ab00f177342b935dc70defd1d9bfd59952a72
6
+ metadata.gz: df9e7b7fcba62c7fedf9ad4b1135e97abeb07247873f3f0ad816a688f859a56f10b750f8b02e657cc6b7dfb3af9d588679618b72b19f510b9b8532bccfbf6d67
7
+ data.tar.gz: 90783b7bedca586c9d6ecf57b14fc0dbdbcdd0abee49a8a386b764ccea325df02442063dc8ca29003dae33fafa0e02f8fa190c565b0cf11973087f864bf7d992
@@ -15143,6 +15143,11 @@ $(function () {
15143
15143
  $('[data-toggle="tooltip"]').tooltip()
15144
15144
  })
15145
15145
 
15146
+ // Enable Popovers
15147
+ $(function () {
15148
+ $('[data-toggle="popover"]').popover()
15149
+ })
15150
+
15146
15151
  // Bootstrap button dropdown inside responsive table not visible because of scroll
15147
15152
  // http://stackoverflow.com/questions/26018756/bootstrap-button-drop-down-inside-responsive-table-not-visible-because-of-scroll
15148
15153
  $('body') .on('show.bs.dropdown', '.table-responsive', function () { $(this).css("overflow", "visible"); })