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

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

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

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

diff --git a/pages/develop/legacy/api/c/start.txt 
b/pages/develop/legacy/api/c/start.txt
index b610ed865..35d7f6816 100644
--- a/pages/develop/legacy/api/c/start.txt
+++ b/pages/develop/legacy/api/c/start.txt
@@ -15,7 +15,7 @@ window.addEventListener('DOMContentLoaded', function(e) {
         var url = iframe.contentWindow.location.href;
         var pos = url.indexOf('/_legacy_embed/')
         if (pos)
-            document.location.hash = url.substring(pos + 7);
+            document.location.hash = url.substring(pos + 14);
 
     }, true);
 

-- 


Reply via email to