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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9c85ada616b0ed2775de8433007503ec67e2b257
|
|
4
|
+
data.tar.gz: 7cbb694089c689ebe11dbabd5639fa5846c1cd5b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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"); })
|