j1-template 2021.3.1 → 2021.3.2

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.
Files changed (65) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/menu.html +55 -55
  3. data/assets/data/mmenu.html +53 -53
  4. data/assets/data/quicklinks.html +3 -3
  5. data/assets/themes/j1/adapter/js/j1.js +1 -1
  6. data/assets/themes/j1/core/css/animate.min.css +1 -1
  7. data/assets/themes/j1/core/css/icon-fonts/fontawesome.min.css +1 -1
  8. data/assets/themes/j1/core/css/icon-fonts/materialdesign-light.min.css +1 -1
  9. data/assets/themes/j1/core/css/icon-fonts/materialdesign.min.css +1 -1
  10. data/assets/themes/j1/core/css/icon-fonts/twemoji.min.css +1 -1
  11. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +1 -1
  12. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +1 -1
  13. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +23 -1
  14. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  15. data/assets/themes/j1/core/js/template.js +8163 -10392
  16. data/assets/themes/j1/core/js/template.min.js +20 -30
  17. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  18. data/assets/themes/j1/modules/backstretch/js/backstretch.min.js +1 -1
  19. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +1 -1
  20. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +1 -1
  21. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +1 -1
  22. data/assets/themes/j1/modules/datatables/js/datatables.js +1 -1
  23. data/assets/themes/j1/modules/datatables/js/datatables.min.js +5 -5
  24. data/assets/themes/j1/modules/iframeResizer/examples/frame.absolute.html +3 -3
  25. data/assets/themes/j1/modules/iframeResizer/examples/frame.content.html +6 -6
  26. data/assets/themes/j1/modules/iframeResizer/examples/frame.tolerance.html +2 -2
  27. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.js +1 -1
  28. data/assets/themes/j1/modules/iframeResizer/js/client/iframeResizer.contentWindow.min.js +1 -1
  29. data/assets/themes/j1/modules/iframeResizer/js/resizer.min.js +1 -1
  30. data/assets/themes/j1/modules/jquery/js/jquery.js +2 -2
  31. data/assets/themes/j1/modules/jquery/js/jquery.min.js +1 -1
  32. data/assets/themes/j1/modules/jquery/js/jqueryUI.js +7 -7
  33. data/assets/themes/j1/modules/jquery/js/jqueryUI.min.js +3 -3
  34. data/assets/themes/j1/modules/lightGallery/js/core/j1/lightgallery-x.min.js +1 -1
  35. data/assets/themes/j1/modules/lightGallery/js/core/lightgallery.min.js +1 -1
  36. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-video.min.js +1 -1
  37. data/assets/themes/j1/modules/lightGallery/js/modules/j1/j1-x-video.min.js +1 -1
  38. data/assets/themes/j1/modules/lightbox/js/lightbox.js +1 -1
  39. data/assets/themes/j1/modules/lightbox/js/lightbox.min.js +1 -1
  40. data/assets/themes/j1/modules/lunrSearch/js/mustache.js +1 -1
  41. data/assets/themes/j1/modules/lunrSearch/js/mustache.min.js +1 -1
  42. data/assets/themes/j1/modules/lunrSearch/js/uri.js +1 -1
  43. data/assets/themes/j1/modules/lunrSearch/js/uri.min.js +7 -7
  44. data/assets/themes/j1/modules/mdiPreviewer/js/previewer.min.js +1 -1
  45. data/assets/themes/j1/modules/mdilPreviewer/js/previewer.min.js +1 -1
  46. data/assets/themes/j1/modules/scroller/js/scroller.js +2 -2
  47. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  48. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +8 -8
  49. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -431
  50. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +1 -1
  51. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  52. data/assets/themes/j1/modules/videojs/js/video.min.js +2 -2
  53. data/lib/j1/version.rb +3 -3
  54. data/lib/starter_web/Gemfile +2 -2
  55. data/lib/starter_web/_config.yml +1 -1
  56. data/lib/starter_web/_data/{private.default.yml → _defaults/private.yml} +2 -0
  57. data/lib/starter_web/_data/private.yml +3 -1
  58. data/lib/starter_web/_includes/attributes.asciidoc +1 -1
  59. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  60. data/lib/starter_web/package.json +4 -10
  61. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  62. data/lib/starter_web/utilsrv/package.json +2 -1
  63. metadata +3 -5
  64. data/lib/starter_web/_data/_defaults/j1_config.1.yml +0 -478
  65. data/lib/starter_web/_data/_defaults/private.default.yml +0 -119
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1ff3312ed5c48d76c95403af878eb22f303e313514bfddbfe18aba8432c5aa9d
4
- data.tar.gz: 25c472d2217ea91cd3bad46d545a6481079025fc1e933103fc08fde624afc5d0
3
+ metadata.gz: fc1e60d0a78f71a49061cb5cadc8940289c18066fb6d578d376fb121a11064f7
4
+ data.tar.gz: 45bd62cbc8a49576c26ce309bec32bc6a0ae299ed99bb2c83e4f1954864a82e8
5
5
  SHA512:
6
- metadata.gz: 3877166b4d76910d09619536b0fbae628fc1ef436e990b577785b5920cec758a3b3fa0ea6e79a66dd456b4cd489635982b84fa395288057f49752b14349637fa
7
- data.tar.gz: e8f1bc75a8e5208c7365f6c7c77da250f5a2a734cc80e09a96f6ec37a18f2179d84b701c0656d0266838c3250fabeaa49dc98d8f8b10cd8f36029b1d4b54766b
6
+ metadata.gz: 4cceae8cffadc23ae098b1aacd95527a0b31f2026d677ca034db32fc0d7a50eb677248e0f7526cb6282a41009e884c267202b539eef5b6a6688ff04003cb9f3d
7
+ data.tar.gz: 0b88cf195257feec09dabf4640629d7fc5fc6c9d430e2c66c7348c11067b7fb8b5f68edea09c870036da2ccce4242644086c3fbf513fc6c21c49a2402190ee9b
@@ -73,7 +73,7 @@ exclude_from_search: true
73
73
  {% assign ext = '.html' %}
74
74
  {% endif %}
75
75
 
76
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [detect bs type] -->
76
+ <!-- [DEBUG ] [/assets/data/menu.html ] [detect bs type] -->
77
77
  {% assign bs_type = 'bmd4' %}
78
78
  {% if navigator_settings.bs_type == 'bs4' %}
79
79
  {% assign bs_type = 'bs4' %}
@@ -85,7 +85,7 @@ exclude_from_search: true
85
85
  {% assign dropdown_collapse = 'fake-class collapse' %}
86
86
  {% endif %}
87
87
 
88
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [bs type detected: {{bs_type}}] -->
88
+ <!-- [DEBUG ] [/assets/data/menu.html ] [bs type detected: {{bs_type}}] -->
89
89
 
90
90
  {% comment %} Set navBarOptions
91
91
  -------------------------------------------------------------------------------- {% endcomment %}
@@ -104,7 +104,7 @@ exclude_from_search: true
104
104
  {% capture nav_menu_position %}dropdown-menu-{{nav_bar_position}}{% endcapture %}
105
105
  {% unless nav_menu_animation %} {% assign nav_menu_animation = false %} {% endunless %}
106
106
 
107
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [initialize default menu properties] -->
107
+ <!-- [DEBUG ] [/assets/data/menu.html ] [initialize default menu properties] -->
108
108
  {% if nav_menu_options.raised_level %}
109
109
  {% assign raised_level = nav_menu_options.raised_level %}
110
110
  {% else %}
@@ -113,7 +113,7 @@ exclude_from_search: true
113
113
 
114
114
  {% comment %} Set base icons and sizes
115
115
  -------------------------------------------------------------------------------- {% endcomment %}
116
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [initialize default menu icon properties] -->
116
+ <!-- [DEBUG ] [/assets/data/menu.html ] [initialize default menu icon properties] -->
117
117
  {% assign nav_menu_icon_family = nav_menu_options.icon_family %}
118
118
  {% assign nav_menu_icon_style = nav_menu_options.icon_style %}
119
119
  {% assign nav_menu_icon_color = nav_menu_options.icon_color %}
@@ -138,7 +138,7 @@ exclude_from_search: true
138
138
  {% include {{select_icon_size}} family=nav_menu_icon_family size=nav_menu_icon_size %}
139
139
  {% assign nav_menu_icon_size = size %}
140
140
 
141
- <!-- [INFO ] [j1.assets.data.menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
141
+ <!-- [INFO ] [/assets/data/menu.html ] [ set meta data (robots) to exclude HTML datafiles from index ] -->
142
142
  <head>
143
143
  <meta name="robots" content="noindex, nofollow" />
144
144
  </head>
@@ -146,7 +146,7 @@ exclude_from_search: true
146
146
  {% comment %} Main
147
147
  -------------------------------------------------------------------------------- {% endcomment %}
148
148
 
149
- <!-- [DEBUG ] [j1.modules.navigator.menu.html ] [collect all nav links for the navigation bar (navbar)] -->
149
+ <!-- [DEBUG ] [/assets/data/menu.html ] [collect all nav links for the navigation bar (navbar)] -->
150
150
  <!-- div id="{{nav_menu_id}}" class="{{dropdown_collapse}}" -->
151
151
  <!-- div class="{{dropdown_collapse}}" -->
152
152
  {% if nav_menu_animation %}
@@ -181,13 +181,13 @@ exclude_from_search: true
181
181
  {% comment %} Collect items having a SUB menue
182
182
  ---------------------------------------------------------------------------- {% endcomment %}
183
183
  {% when 'sublevel_menu' %}
184
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: sub-menue] -->
185
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 1 detected] -->
184
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: sub-menue] -->
185
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 1 detected] -->
186
186
  <li class="dropdown nav-item">
187
187
  {% if menu.icon == null %}
188
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{ menu.item }}</a>
188
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{ menu.item }}</a>
189
189
  {% else %}
190
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i>{{ menu.item }}</a>
190
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"> <i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i>{{ menu.item }}</a>
191
191
  {% endif %}
192
192
 
193
193
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
@@ -209,12 +209,12 @@ exclude_from_search: true
209
209
  {% endif %}
210
210
  {% if level_1.divider %} <li class="divider"></li> {% endif %}
211
211
  {% if level_1.dropdown %}
212
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 2 (dropdown) detected ] -->
212
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 2 (dropdown) detected ] -->
213
213
  <li class="dropdown nav-item nav-sub-item">
214
214
  {% if level_1.icon == null %}
215
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown">{{ level_1.title }}</a>
215
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ level_1.title }}</a>
216
216
  {% else %}
217
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
217
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_1.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_1.title }}</a>
218
218
  {% endif %}
219
219
 
220
220
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
@@ -236,12 +236,12 @@ exclude_from_search: true
236
236
  {% endif %}
237
237
  {% if level_2.divider %} <li class="divider"></li> {% endif %}
238
238
  {% if level_2.dropdown %}
239
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [submenu level 3 detected (last level supported)] -->
239
+ <!-- [INFO ] [/assets/data/menu.html ] [submenu level 3 detected (last level supported)] -->
240
240
  <li class="dropdown nav-item nav-sub-item">
241
241
  {% if level_2.icon == null %}
242
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown">{{ level_2.title }}</a>
242
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown">{{ level_2.title }}</a>
243
243
  {% else %}
244
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
244
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{level_2.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{ level_2.title }}</a>
245
245
  {% endif %}
246
246
  <ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}">
247
247
  {% for level_3 in level_2.dropdown %}
@@ -259,32 +259,32 @@ exclude_from_search: true
259
259
  {% endif %}
260
260
  {% endif %}
261
261
  {% if level_3.divider %} <li class="divider"></li> {% endif %}
262
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 3] -->
262
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 3] -->
263
263
  </ul>
264
264
  </li>
265
265
  {% endif %}
266
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 2] -->
266
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 2] -->
267
267
  </ul>
268
268
  </li>
269
269
  {% endif %}
270
- {% endfor %} <!-- [INFO ] [j1.modules.navigator.menu.html ] [end processing: level 1] -->
270
+ {% endfor %} <!-- [INFO ] [/assets/data/menu.html ] [end processing: level 1] -->
271
271
  </ul>
272
272
  </li>
273
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
273
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
274
274
  {% assign menu_type = '' %}
275
275
 
276
276
 
277
277
  {% comment %} Collect items having a MEGA menu
278
278
  ---------------------------------------------------------------------------- {% endcomment %}
279
279
  {% when 'mega_menu' %}
280
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: megamenu-menue] -->
280
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: megamenu-menue] -->
281
281
  <!-- calculate size of mm_columns -->
282
282
  {% assign columns = menu.megamenu | size %}
283
283
  {% assign columns_width_md = 12 | divided_by:columns %}
284
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [Calculated size of mm_columns: {{ columns_width_md }}] -->
284
+ <!-- [INFO ] [/assets/data/menu.html ] [Calculated size of mm_columns: {{ columns_width_md }}] -->
285
285
 
286
286
  <li class="dropdown nav-item megamenu-fw">
287
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown">{{menu.item}} </a>
287
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">{{menu.item}} </a>
288
288
  <ul class="dropdown-menu megamenu-content raised-z{{raised_level}}" style="max-height: {{nav_menu_options.max_height}}px; overflow-x: hidden; overflow-y: auto;" role="menu">
289
289
  <li>
290
290
  <div class="row">
@@ -311,30 +311,30 @@ exclude_from_search: true
311
311
  </ul>
312
312
  </div>
313
313
  </div>
314
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [megamenu-menue: end megabox] -->
314
+ <!-- [INFO ] [/assets/data/menu.html ] [megamenu-menue: end megabox] -->
315
315
  {% endfor %}
316
316
  </div>
317
317
  </li>
318
318
  </ul>
319
319
  </li>
320
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [megamenu-menue: end mega-menu] -->
321
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
320
+ <!-- [INFO ] [/assets/data/menu.html ] [megamenu-menue: end mega-menu] -->
321
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
322
322
  {% assign menu_type = '' %}
323
323
 
324
324
 
325
325
  {% comment %} Collect TOP-LEVEL items (NO sub-menu)
326
326
  -------------------------------------------------------------------------- {% endcomment %}
327
327
  {% when 'top_level_item' %}
328
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: menu-top-level-only] -->
328
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: menu-top-level-only] -->
329
329
  {% if menu.icon == null %}
330
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [no icon for menu-item found -->
330
+ <!-- [INFO ] [/assets/data/menu.html ] [no icon for menu-item found -->
331
331
  {% if menu.target == null %}
332
332
  <li class="nav-item"> <a class="nav-link" href="{{ menu.href }}{{ext}}">{{ menu.item }}</a> </li>
333
333
  {% else %}
334
334
  <li class="nav-item"> <a class="nav-link" href="{{ menu.href }}{{ext}}" target="{{ menu.target }}" rel="noopener">{{ menu.item }}</a> </li>
335
335
  {% endif %}
336
336
  {% elsif menu.icon %}
337
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [no icon for menu-item found -->
337
+ <!-- [INFO ] [/assets/data/menu.html ] [no icon for menu-item found -->
338
338
  {% if menu.target == null %}
339
339
  <li> <a class="nav-link" href="{{ menu.href }}{{ext}}"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{menu.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i> {{ menu.item }}</a> </li>
340
340
  {% else %}
@@ -343,17 +343,17 @@ exclude_from_search: true
343
343
  {% else %}
344
344
  <!-- [FATAL ] [nav_menu.menu-top-level-only ] [processing menu item failed] -->
345
345
  {% endif %}
346
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [menu-top-level-only: end menu] -->
347
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
346
+ <!-- [INFO ] [/assets/data/menu.html ] [menu-top-level-only: end menu] -->
347
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
348
348
  {% assign menu_type = '' %}
349
349
 
350
350
 
351
351
  {% comment %} Collect items having a LOGIN menu
352
352
  ------------------------------------------------------------------------ {% endcomment %}
353
353
  {% when 'auth_client' %}
354
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: auth_client] -->
354
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: auth_client] -->
355
355
  <li id="menuBarSignInOut" class="dropdown nav-item">
356
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
356
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
357
357
 
358
358
  {% if nav_menu_animation %}
359
359
  <!-- jadams, 2017-11-24: (1) ul class="dropdown-menu {{nav_menu_position}} raised-z{{raised_level}}" style="opacity: 1; display: none;" -->
@@ -367,49 +367,49 @@ exclude_from_search: true
367
367
  {% assign item_found = 'false' %}
368
368
  {% for item in menu.auth_client %}
369
369
 
370
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signin] -->
370
+ <!-- [INFO ] [/assets/data/menu.html ] [START: check signin] -->
371
371
  {% if item.mode == 'signin' %}
372
372
  <li class="dropdown-item">
373
- <a href="#void" data-toggle="modal" data-target="#modalOmniSignIn"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
373
+ <a href="#" data-toggle="modal" data-target="#modalOmniSignIn"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
374
374
  </li>
375
375
  {% assign item_found = 'true' %}
376
376
  {% endif %}
377
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [END: check signin] -->
377
+ <!-- [INFO ] [/assets/data/menu.html ] [END: check signin] -->
378
378
 
379
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [START: check signout] -->
379
+ <!-- [INFO ] [/assets/data/menu.html ] [START: check signout] -->
380
380
  {% if item.mode == 'signout' %}
381
381
  <li class="dropdown-item">
382
- <a href="#void" data-toggle="modal" data-target="#modalOmniSignOut"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
382
+ <a href="#" data-toggle="modal" data-target="#modalOmniSignOut"><i class="{{nav_menu_icon_style}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}}" style="color:{{nav_menu_icon_color}}"></i>{{item.title}}</a>
383
383
  </li>
384
384
  {% assign item_found = 'true' %}
385
385
  {% endif %}
386
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [END: check signout] -->
386
+ <!-- [INFO ] [/assets/data/menu.html ] [END: check signout] -->
387
387
 
388
388
  {% if item_found == 'false' %}
389
- <!-- [FATAL ] [j1.modules.navigator.menu.html ] [no valid menu item config found] -->
389
+ <!-- [FATAL ] [/assets/data/menu.html ] [no valid menu item config found] -->
390
390
  <li class="dropdown-item">
391
391
  {% if item.title %}
392
- <a href="#void" >Invalid: {{item.title}}</a>
392
+ <a href="#" >Invalid: {{item.title}}</a>
393
393
  {% else %}
394
- <a href="#void" >Item invalid</a>
394
+ <a href="#" >Item invalid</a>
395
395
  {% endif %}
396
396
  </li>
397
397
  {% endif %}
398
398
 
399
399
  {% endfor %}
400
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [login_menu: end menu] -->
400
+ <!-- [INFO ] [/assets/data/menu.html ] [login_menu: end menu] -->
401
401
  </ul>
402
402
  </li>
403
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
403
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
404
404
  {% assign menu_type = '' %}
405
405
 
406
406
  {% comment %} Collect items having a THEMES menu
407
407
  ---------------------------------------------------------------------- {% endcomment %}
408
408
  {% when 'theme_select' %}
409
409
  {% if themer_options.enabled %}
410
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [found menu-type: theme_select] -->
410
+ <!-- [INFO ] [/assets/data/menu.html ] [found menu-type: theme_select] -->
411
411
  <li id="themes_menu" class="dropdown nav-item">
412
- <a href="#void" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
412
+ <a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown" data-hover="dropdown">{{menu.item}} </a>
413
413
  {% if nav_menu_animation %}
414
414
  <ul class="dropdown-menu raised-z{{raised_level}}">
415
415
  <!-- ul class="dropdown-menu data-in="{{nav_menu_animation}}" data-out="{{nav_menu_animation}}" -->
@@ -421,7 +421,7 @@ exclude_from_search: true
421
421
  <!-- check for locally loaded J1 Themes -->
422
422
  {% if item.local_themes and item.local_themes == 'enabled' %}
423
423
  <li class="dropdown nav-item nav-sub-item">
424
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
424
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
425
425
  <ul id="local_themes" class="dropdown-menu raised-z{{raised_level}}"></ul>
426
426
  </li>
427
427
  {% assign item_found = 'true' %}
@@ -429,7 +429,7 @@ exclude_from_search: true
429
429
  <!-- check for remotely loaded (BootSwatch) Themes -->
430
430
  {% if item.bootswatch_themes and item.bootswatch_themes == 'enabled' %}
431
431
  <li class="dropdown nav-item nav-sub-item">
432
- <a href="#void" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
432
+ <a href="#" class="dropdown-toggle" data-toggle="dropdown" data-hover="dropdown"><i class="dropdown {{nav_menu_icon_family}} {{nav_menu_icon_family}}-{{item.icon}} {{nav_menu_icon_size}} mr-2" style="color:{{nav_menu_icon_color}}"></i> {{item.title}}</a>
433
433
  <ul id="remote_themes" class="dropdown-menu scrollable-menu raised-z{{raised_level}}"></ul>
434
434
  </li>
435
435
  {% assign item_found = 'true' %}
@@ -444,16 +444,16 @@ exclude_from_search: true
444
444
  {% if item_found == 'false' %}
445
445
  <li>
446
446
  {% if item.title %}
447
- <a href="#void" >Invalid: {{item.title}}</a>
447
+ <a href="#" >Invalid: {{item.title}}</a>
448
448
  {% else %}
449
- <a href="#void" >Item invalid</a>
449
+ <a href="#" >Item invalid</a>
450
450
  {% endif %}
451
451
  </li>
452
452
  {% endif %} <!-- end fallback -->
453
453
  {% endfor %}
454
454
  </ul>
455
455
  </li>
456
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [reset menu_type for next loop] -->
456
+ <!-- [INFO ] [/assets/data/menu.html ] [reset menu_type for next loop] -->
457
457
  {% endif %}
458
458
  {% assign menu_type = '' %}
459
459
 
@@ -461,16 +461,16 @@ exclude_from_search: true
461
461
  {% comment %} Collect items failed
462
462
  ---------------------------------------------------------------------- {% endcomment %}
463
463
  {% else %}
464
- <!-- [FATAL ] [j1.modules.navigator.menu.html ] [detecting menu items|type failed] -->
464
+ <!-- [FATAL ] [/assets/data/menu.html ] [detecting menu items|type failed] -->
465
465
  {% assign menu_type = '' %}
466
466
 
467
467
  {% endcase %}
468
468
 
469
469
  {% endfor %}
470
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end menu] -->
470
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end menu] -->
471
471
  </ul>
472
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end navbar] -->
473
- <!-- [INFO ] [j1.modules.navigator.menu.html ] [nav_menu_settings: end processing] -->
472
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end navbar] -->
473
+ <!-- [INFO ] [/assets/data/menu.html ] [nav_menu_settings: end processing] -->
474
474
  {% endcapture %}
475
475
 
476
476
  {% if production %}