appscms-tools-theme 5.1.2 → 5.1.3

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: 3ccfd2a0e7a7883de1def423d8263d16a0ccb093b049204fc8ca875e55ad1674
4
- data.tar.gz: 6559ca02f88da6f256e2fc3d5ab4891d71f2b54cc95faf8c82a16f1ea9d8e8c3
3
+ metadata.gz: 0f594fe1ce7368c96e6814ed21350845c526c7a30b708e6100cb53a55b95a2aa
4
+ data.tar.gz: 3ca27dc041e88ded1146ecdb948495c6960ead608ffe449b8aa697b7cd0e5948
5
5
  SHA512:
6
- metadata.gz: a98fdb08a6cda39181f91508ef1625dd9d26416ba1d5a7b55cd43dc80f9880cbbac5b6086205195f53aeaa129537846666f5f0224032332c5578a2bcc0d69f06
7
- data.tar.gz: 02072d78d32423bcfe7e395cf511cc5da7aacdfa5bcd0ac28537183152c6233fd0fa005fa747da108235ce3d38480db6dc83a801448212489d751fb0921b4d86
6
+ metadata.gz: 6c34426f8cee57315e3f00180ed4a6898488064cbd4d6629dc97e5544d03a2bf77f05f0441a1d035fad90b1f3fa8bbd0666701b84f2b0a1558fadee86a96d2f0
7
+ data.tar.gz: f2f7f6aa6d0d0910f8ccfb8fa533dd23d1456f9e62388054472bef55e6f0388c2d79efa4719a7ffe2dcd6748ff3d57c6b9091ffe04c2590d2853c923de822096
data/_includes/.DS_Store CHANGED
Binary file
Binary file
@@ -110,7 +110,7 @@ site.data.rating.rating.tools -%} {%- for item in data -%} {%- if item.name
110
110
  <div class="modal-body">
111
111
  <form
112
112
  id="feedbackForm"
113
- action="https://script.google.com/macros/s/AKfycbzH82MA88NILpSjARmlwTKTwIYlyYnv44cl-7tLw-Q6_LPuPUTFjZ9z5NmWfSTSPH6z/exec"
113
+ action="https://script.google.com/macros/s/AKfycby4YvQokDItHtVEPqr6KtxG11rhz5aSqMuByToBbbFPb_PDyw0ooizHpb9m89Xgh3TU/exec"
114
114
  method="POST"
115
115
  target="hidden_iframe"
116
116
  >
@@ -173,7 +173,7 @@ site.data.rating.rating.tools -%} {%- for item in data -%} {%- if item.name
173
173
  const closeButton = document.querySelector(".close-button");
174
174
  const thankYouMsg = document.querySelector(".thank-you");
175
175
  const form = document.getElementById("feedbackForm");
176
- const iframe = document.getElementById("hidden_iframe");
176
+ const iframes = document.getElementById("hidden_iframe");
177
177
 
178
178
  const setRating = async (rating) => {
179
179
  const name = "{{site.name}}";
@@ -291,8 +291,8 @@ site.data.rating.rating.tools -%} {%- for item in data -%} {%- if item.name
291
291
  }
292
292
  });
293
293
 
294
- // Set up iframe onload handler
295
- iframe.onload = function () {
294
+ // Set up iframes onload handler
295
+ iframes.onload = function () {
296
296
  // This function runs when the form submission completes
297
297
  if (form.classList.contains("submitted")) {
298
298
  // Reset the form
data/assets/.DS_Store CHANGED
Binary file
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.1.2
4
+ version: 5.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-04-05 00:00:00.000000000 Z
11
+ date: 2025-04-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll