WWW-www.enlightenment.org pushed a commit to branch master.

http://git.enlightenment.org/website/www-content.git/commit/?id=8cd38d78a9da20f97dc0535d92df41e2cca8ec5c

commit 8cd38d78a9da20f97dc0535d92df41e2cca8ec5c
Author: Andrew Williams <a...@andywilliams.me>
Date:   Wed Nov 22 06:53:12 2017 -0800

    Wiki page start changed with summary [] by Andrew Williams
---
 pages/develop/legacy/api/c/start.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/develop/legacy/api/c/start.txt 
b/pages/develop/legacy/api/c/start.txt
index b4a89368f..b610ed865 100644
--- a/pages/develop/legacy/api/c/start.txt
+++ b/pages/develop/legacy/api/c/start.txt
@@ -13,7 +13,7 @@ window.addEventListener('DOMContentLoaded', function(e) {
         size_to_content(container, iframe);
 
         var url = iframe.contentWindow.location.href;
-        var pos = url.indexOf('/embed/')
+        var pos = url.indexOf('/_legacy_embed/')
         if (pos)
             document.location.hash = url.substring(pos + 7);
 
@@ -21,7 +21,7 @@ window.addEventListener('DOMContentLoaded', function(e) {
 
     var page = document.location.hash.substring(1);
     if (page) {
-        var url = '/develop/legacy/api/c/embed/' + page;
+        var url = '/_legacy_embed/' + page;
         iframe.setAttribute("src", url);
     }
 }, true);

-- 


Reply via email to