effective_datatables 4.38.0 → 4.38.1
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
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 579be79f7bb3293a788e2a0e666e8847053fd83aac3e3d5c1c7e326c3c7d1339
|
|
4
|
+
data.tar.gz: a73deb9ec1de6f787f3bfe4f6ba8ca9544f08aa569e9c2c8486065ac6e25f943
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 403724cbb7bbf66f2e3b2de6ae12abda23b127c2b9610a0845dad050111aedaf31d415f16602c7e72894e21df553c2b4809f318ca14e7364f436803cce96eaca
|
|
7
|
+
data.tar.gz: '04952e5ef42a11490e04f67b2eee68a3f4b8401365cf094727bcbf584316690ff463921eeb6118bc66a02f577f39d720a798a295cb33b77aecbfe6ad88161510'
|
|
@@ -140,7 +140,7 @@ afterNew = ($action) ->
|
|
|
140
140
|
$table.children('tbody').prepend($tr)
|
|
141
141
|
|
|
142
142
|
expand($table)
|
|
143
|
-
$tr.trigger('
|
|
143
|
+
$tr.trigger(if window.Turbo then 'turbo:load' else 'turbolinks:load')
|
|
144
144
|
$tr.hide().fadeIn()
|
|
145
145
|
|
|
146
146
|
beforeEdit = ($action) ->
|
|
@@ -171,7 +171,7 @@ afterEdit = ($action) ->
|
|
|
171
171
|
$tr.addClass('effective-datatables-inline-row')
|
|
172
172
|
|
|
173
173
|
expand($table)
|
|
174
|
-
$tr.trigger('
|
|
174
|
+
$tr.trigger(if window.Turbo then 'turbo:load' else 'turbolinks:load')
|
|
175
175
|
$tr.hide().fadeIn()
|
|
176
176
|
|
|
177
177
|
# This is when one of the resource actions completes
|