Title: [193531] trunk/Websites/webkit.org
Revision
193531
Author
[email protected]
Date
2015-12-05 13:26:29 -0800 (Sat, 05 Dec 2015)

Log Message

Another attempt to fix a 404 error when the site loads via www.webkit.org.

* wp-content/themes/webkit/status.php:

Modified Paths

Diff

Modified: trunk/Websites/webkit.org/ChangeLog (193530 => 193531)


--- trunk/Websites/webkit.org/ChangeLog	2015-12-05 21:17:45 UTC (rev 193530)
+++ trunk/Websites/webkit.org/ChangeLog	2015-12-05 21:26:29 UTC (rev 193531)
@@ -1,5 +1,11 @@
 2015-12-05  Timothy Hatcher  <[email protected]>
 
+        Another attempt to fix a 404 error when the site loads via www.webkit.org.
+
+        * wp-content/themes/webkit/status.php:
+
+2015-12-05  Timothy Hatcher  <[email protected]>
+
         Fix a 404 error when the site loads via www.webkit.org.
 
         * wp-content/themes/webkit/status.php:

Modified: trunk/Websites/webkit.org/wp-content/themes/webkit/status.php (193530 => 193531)


--- trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2015-12-05 21:17:45 UTC (rev 193530)
+++ trunk/Websites/webkit.org/wp-content/themes/webkit/status.php	2015-12-05 21:26:29 UTC (rev 193531)
@@ -28,7 +28,7 @@
         xhrRequest.send();
     });
 }
-var origin = new URL("https://<?php echo WP_HOST == "webkit.org" || WP_HOST == "www.webkit.org" ? "svn.webkit.org" : WP_HOST; ?>/");
+var origin = new URL("https://svn.webkit.org/");
 var loadJavaScriptCoreFeatures = xhrPromise(new URL("/repository/webkit/trunk/Source/_javascript_Core/features.json", origin));
 var loadWebCoreFeatures = xhrPromise(new URL("/repository/webkit/trunk/Source/WebCore/features.json", origin));
 </script>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to