five-two-nw-olivander 0.1.2.58 → 0.1.2.59

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: 974671faa9d1682c38e56bb41239115c9454fec31016a6ec898d1be5c5f5fa8e
4
- data.tar.gz: 200c3b121613a2a66c54214910b84ef8862297bdc267053b925505fb48376a55
3
+ metadata.gz: 4bb63d2cacd80159ce88a4ca4bfd24cc76a2013e8a500a0fc2394d88f818895c
4
+ data.tar.gz: '09d028da7571057067363c6f9b29ae3b94c99e048746c7c59c7373f2cda7cd6a'
5
5
  SHA512:
6
- metadata.gz: 8bd53c545f2aba7e72208b1ff1ff77e11783441396331d3e4b38f5134929052bce2c33fc8c3ef11fdcf264219103b3aa451f219107b144bf6270d384a31f0fd2
7
- data.tar.gz: 978694830ac90e8193d098d23bf0800e8211e9da4da893404b465ad3fd078caf1004bc876d9485170bd2b0eb58ad4610a1b591dc6f982e20f9a742c74d633e71
6
+ metadata.gz: e5533355da05342dcd7f3a7aafbd1c055e946aee00f815318c4f62264cb7dff5cebc38487de7597e93b6b1cc6f06bce1deb052db1a26574a497a8a7e5382198e
7
+ data.tar.gz: 5064a53fcb45f5995fece0d46c268cb4d4fcb004d618b274702f406e05847589235fcce4c26340d067a6a3bc8b8de55a6136f3081b6b0aa7590a262baf1d4da1
@@ -28,6 +28,7 @@
28
28
  };
29
29
  options = {
30
30
  notice: {},
31
+ error: {},
31
32
  alert: {
32
33
  "timeOut": "0",
33
34
  "extendedTimeOut": "0"
@@ -24,9 +24,11 @@
24
24
  $(document).ready(function(){
25
25
  function getUrl() {
26
26
  const locationUrl = new URL(window.location),
27
- reg = /\/new|\/[0-9]+[\/edit]*/;
27
+ reg = /\/new|\/[0-9]+[\/edit]*|\/([0-9a-f]{8}-[0-9a-f]{4}-[0-5][0-9a-f]{3}-[089ab][0-9a-f]{3}-[0-9a-f]{12})+[\/edit]*|\/$/;
28
28
 
29
+ console.log(locationUrl)
29
30
  locationUrl.pathname = locationUrl.pathname.replace(reg, '')
31
+ console.log(locationUrl)
30
32
  return locationUrl.href;
31
33
  }
32
34
  const url = getUrl();
@@ -1,3 +1,3 @@
1
1
  module Olivander
2
- VERSION = '0.1.2.58'.freeze
2
+ VERSION = '0.1.2.59'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: five-two-nw-olivander
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2.58
4
+ version: 0.1.2.59
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Dennis
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-02 00:00:00.000000000 Z
11
+ date: 2024-02-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: chartkick
@@ -282,7 +282,7 @@ metadata:
282
282
  changelog_uri: https://github.com/5and2northwest/olivander/blob/main/CHANGELOG.md
283
283
  bug_tracker_uri: https://github.com/5and2northwest/olivander/issues
284
284
  wiki_uri: https://github.com/5and2northwest/olivander/wiki
285
- post_install_message:
285
+ post_install_message:
286
286
  rdoc_options: []
287
287
  require_paths:
288
288
  - lib
@@ -298,7 +298,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
298
298
  version: '0'
299
299
  requirements: []
300
300
  rubygems_version: 3.1.6
301
- signing_key:
301
+ signing_key:
302
302
  specification_version: 4
303
303
  summary: Summary of Olivander.
304
304
  test_files: []