dap commit: load respec-w3c-common script over https

changeset:   341:75bb3e14024a
tag:         tip
user:        Anssi Kostiainen <anssi.kostiainen@nokia.com>
date:        Thu Jan 24 15:14:05 2013 +0200
files:       battery/Overview.html light/Overview.html proximity/Overview.html
description:
load respec-w3c-common script over https


diff -r 0d5d6f5a952c -r 75bb3e14024a battery/Overview.html
--- a/battery/Overview.html	Thu Jan 24 10:42:47 2013 +0200
+++ b/battery/Overview.html	Thu Jan 24 15:14:05 2013 +0200
@@ -3,7 +3,7 @@
   <head>
     <title>Battery Status API</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
-    <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
+    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove'></script>
     <script class="remove">
       var respecConfig = {
           specStatus:           "ED",
diff -r 0d5d6f5a952c -r 75bb3e14024a light/Overview.html
--- a/light/Overview.html	Thu Jan 24 10:42:47 2013 +0200
+++ b/light/Overview.html	Thu Jan 24 15:14:05 2013 +0200
@@ -3,7 +3,7 @@
   <head>
     <title>Ambient Light Events</title>
     <meta charset="utf-8"/>
-    <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
     <script class="remove">
       var respecConfig = {
           specStatus:           "ED",
diff -r 0d5d6f5a952c -r 75bb3e14024a proximity/Overview.html
--- a/proximity/Overview.html	Thu Jan 24 10:42:47 2013 +0200
+++ b/proximity/Overview.html	Thu Jan 24 15:14:05 2013 +0200
@@ -3,8 +3,7 @@
   <head>
     <title>Proximity Events</title>
     <meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
-    <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
-    <!--script src='http://dev.w3.org/2009/dap/ReSpec.js/js/respec.js' class='remove'></script-->
+    <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
     <script class="remove">
       var respecConfig = {
           specStatus:           "ED",

Received on Thursday, 24 January 2013 13:14:19 UTC