j1-template 2022.1.2 → 2022.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: da068f2bb457e26d7c940d77e0258bab618d294261db92ab6e426f2e0614b633
4
- data.tar.gz: 0c9457d9daaf1ea98ac8c10c4713d845fd61c61ef8b2fc0b2f0aa98a4bcd47b7
3
+ metadata.gz: 5ccbb9fe3e18737bf4b5990e71a34c830c355de97fe7acc5468b03ae31937268
4
+ data.tar.gz: 7dfebc76e4ea38596f24576b5d661c22bf139515da798a7653b8ac157cc278b5
5
5
  SHA512:
6
- metadata.gz: 2a01ea7dcf7bf6a59ee5e0d049d7418b2da423e420c1bf9f9e48d28f0c67daf9edc9db1d8093328c660c9d62a9deffd632fab3cd7c493b1e6a3de85899668e25
7
- data.tar.gz: 532452b98def0a7c3dd1d7def8d014d54260ad747a41fca115483b525294f2004d1458a4d3ab200ee94351829c788ef8414e240af89f834543d7a0755ca1dc1d
6
+ metadata.gz: 34788d9d266be3f967cd5d3c9ad3392da2be9b619141581e9e2932d0e79fbb243bae43cf7195528c2489081d6ff6ff8410aff604fd4c3e9d314c0011599347d5
7
+ data.tar.gz: 34763721d1a194d0f410dd4ae1ad56cb909977e1347e9f3c412be20d19bff41a413e71ca3153f807fad9627fc99f827ff436e28952fb9a3d0b91709291d2390e
@@ -259,11 +259,11 @@ exclude_from_search: true
259
259
 
260
260
  <!-- Footer -->
261
261
  <div class="modal-footer justify-content-center">
262
- <a type="button" id="signInButton" class="btn btn btn-flex btn-md btn-primary mr-3" data-bs-dismiss="modal">
262
+ <a href="#" type="button" id="signInButton" class="btn btn btn-flex btn-md btn-primary mr-3" data-bs-dismiss="modal">
263
263
  <i class="mdi mdi-18px mdi-login mr-1"></i>
264
264
  Yes, please
265
265
  </a>
266
- <a type="button" id="exitButton" class="btn btn btn-flex btn-md btn-secondary" data-bs-dismiss="modal">
266
+ <a href="#" type="button" id="exitButton" class="btn btn btn-flex btn-md btn-secondary" data-bs-dismiss="modal">
267
267
  <i class="mdi mdi-18px mdi-close mr-1"></i>
268
268
  No, thanks
269
269
  </a>
@@ -328,11 +328,11 @@ exclude_from_search: true
328
328
 
329
329
  <!-- Footer -->
330
330
  <div class="modal-footer">
331
- <a type="button" id="signOutButton" class="btn btn btn-flex btn-md btn-danger mr-3" data-bs-dismiss="modal">
331
+ <a href="#" type="button" id="signOutButton" class="btn btn btn-flex btn-md btn-danger mr-3" data-bs-dismiss="modal">
332
332
  <i class="mdi mdi-18px mdi-logout mr-1"></i>
333
333
  Yes, please
334
334
  </a>
335
- <a type="button" id="exitButton" class="btn btn btn-flex btn-md btn-secondary" data-bs-dismiss="modal">
335
+ <a href="#" type="button" id="exitButton" class="btn btn btn-flex btn-md btn-secondary" data-bs-dismiss="modal">
336
336
  <i class="mdi mdi-18px mdi-close mr-1"></i>
337
337
  No, thanks
338
338
  </a>
@@ -362,7 +362,7 @@ exclude_from_search: true
362
362
  </div>
363
363
  <!-- Footer -->
364
364
  <div class="modal-footer justify-content-center">
365
- <a type="button" class="btn btn btn-flex btn-md btn-primary" data-bs-dismiss="modal">OK</a>
365
+ <a href="#" type="button" class="btn btn btn-flex btn-md btn-primary" data-bs-dismiss="modal">OK</a>
366
366
  </div>
367
367
  </div>
368
368
  <!-- END Content -->
@@ -381,7 +381,7 @@ exclude_from_search: true
381
381
  <div class="modal-body">
382
382
  <div class="row px-4">
383
383
  <p class="pt-1 pr-2">You're already signed in</p>
384
- <a type="button" class="btn btn btn-flex btn-md btn-primary" data-bs-dismiss="modal"OK</a>
384
+ <a href="#" type="button" class="btn btn btn-flex btn-md btn-primary" data-bs-dismiss="modal"OK</a>
385
385
  </div>
386
386
  </div>
387
387
  </div>