ish_manager 0.1.8.364 → 0.1.8.365

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: 43b6fa2d41aaca42dc7181d68f72e49a5fc9a76d4327894d55d6d0156f141cff
4
- data.tar.gz: ea82d9eaf2c0e36a905224f1ee9800b9cfedfc5d5d4e351e5a85390314b95d71
3
+ metadata.gz: e590476cd088614cb747164c20d26c56df98e60f7f5a45fc5f0b471164163dca
4
+ data.tar.gz: 175834838ed586c7755c4fc7e7bdedb6ce025657a28dcbed55fce6c23fd15f20
5
5
  SHA512:
6
- metadata.gz: c90b40886b5eb082a6f52f33a289f2f36d177a2a8c718b905dccb95d770fea1e4ace19266af55cb886bd9d6412f6a9850a85856ee1962e77d4a99f8b6507034e
7
- data.tar.gz: cbafecbe93220b787d6d28156992273f417fac83d1007e45fb0636bce92784f72c5909ef817faa9508703323feeb41eab98f2ad896cc2f5e333ccd89e462d325
6
+ metadata.gz: a0620126cac070a29ed666c9fd6b44620baf2fdf1065e32b46cd05d5226de73fdaf5d01f8b9655df315f9b9652e1682e179bb9afe710a0c2b398b9faf39c85b2
7
+ data.tar.gz: 7e8904f16e0cb5889a6689f277c71ccb8c6bd1511f51130195cd17bce0bd5bd5a7b11e65fa2be322e0be19dadceadd76dfdbea7264ac6d43108dac9085e96c0a
@@ -130,8 +130,7 @@ $(function () {
130
130
  })
131
131
 
132
132
  $(".delete-btn").click(function(e) {
133
- logg(e, 'deleting...')
134
-
133
+ const jwt_token = $("#Config").data('jwt-token')
135
134
  const action_path = $(this).data('url')
136
135
  const out = []
137
136
 
@@ -139,14 +138,13 @@ $(function () {
139
138
  let val = $($("input[type='checkbox'].i-sel:checked")[idx]).val()
140
139
  out.push(val)
141
140
  })
142
- logg(out, 'out')
143
141
 
144
142
  $.ajax({
145
143
  url: action_path,
146
144
  type: 'DELETE',
147
145
  data: {
148
146
  ids: out,
149
- jwt_token: localStorage.getItem('jwt_token'),
147
+ jwt_token: jwt_token,
150
148
  },
151
149
  success: e => {
152
150
  logg((e||{}).responseText, 'deleted Ok')
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ish_manager
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8.364
4
+ version: 0.1.8.365
5
5
  platform: ruby
6
6
  authors:
7
7
  - piousbox