pinokiod 3.314.0 → 3.315.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.314.0",
3
+ "version": "3.315.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -512,9 +512,9 @@ document.addEventListener('DOMContentLoaded', function() {
512
512
  </select>
513
513
  <% } else { %>
514
514
  <% if (c.val) { %>
515
- <input class='homepath' name="<%=c.key%>" type='text' value="<%=c.val%>" placeholder="<%=c.placeholder ? c.placeholder : ''%>" <%= c.key === 'home' && !hasHome ? `data-first-home=\"true\"` : "" %>>
515
+ <input class='homepath' name="<%=c.key%>" type='text' value="<%=c.val%>" placeholder="<%=c.placeholder ? c.placeholder : ''%>" data-first-home="<%= c.key === 'home' && !hasHome ? 'true' : 'false'%>">
516
516
  <% } else { %>
517
- <input class='homepath' name="<%=c.key%>" type='text' placeholder="<%=c.placeholder ? c.placeholder : ''%>" <%= c.key === 'home' && !hasHome ? `data-first-home=\"true\"` : "" %>>
517
+ <input class='homepath' name="<%=c.key%>" type='text' placeholder="<%=c.placeholder ? c.placeholder : ''%>" data-first-home="<%=c.key === 'home' && !hasHome ? 'true' : 'false'%>">
518
518
  <% } %>
519
519
  <% } %>
520
520
  <% if (c.description) { %>