Heydon Pickering 8 лет назад
Родитель
Сommit
2879d6c1f1

+ 1 - 1
docs/patterns/coding/writing-inline-demos/index.html

@@ -466,7 +466,7 @@ toggle.addEventListener('click', (e) => {
         var standalone = window.open();
         script.textContent = standaloneScript;
         standalone.document.body.appendChild(document.importNode(template.content, true));
-        standalone.document.title = 'demo' + "414e06a48e755bf9e43e5e2596f9ea7a"
+        standalone.document.title = 'demo ' + "414e06a48e755bf9e43e5e2596f9ea7a"
       });
     })();
   </script>

+ 1 - 1
docs/print-version/index.html

@@ -1725,7 +1725,7 @@ toggle.addEventListener('click', (e) => {
         var standalone = window.open();
         script.textContent = standaloneScript;
         standalone.document.body.appendChild(document.importNode(template.content, true));
-        standalone.document.title = 'demo' + "414e06a48e755bf9e43e5e2596f9ea7a"
+        standalone.document.title = 'demo ' + "414e06a48e755bf9e43e5e2596f9ea7a"
       });
     })();
   </script>

Разница между файлами не показана из-за своего большого размера
+ 0 - 0
docs/service-worker.js


+ 1 - 1
themes/infusion/layouts/shortcodes/demo.html

@@ -39,7 +39,7 @@
         var standalone = window.open();
         script.textContent = standaloneScript;
         standalone.document.body.appendChild(document.importNode(template.content, true));
-        standalone.document.title = 'demo' + {{ $uniq }}
+        standalone.document.title = 'demo ' + {{ $uniq }}
       });
     })();
   </script>

Некоторые файлы не были показаны из-за большого количества измененных файлов