From fc784ee15e359e75bfdd4bceb951cd90459e9eb5 Mon Sep 17 00:00:00 2001 From: Gurpreet Singh Matharoo Date: Wed, 16 Oct 2024 16:03:39 +0530 Subject: [PATCH] Update html5.skn --- Manual/publish/skins/Charcoal_Grey/html5.skn | 27 ++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) diff --git a/Manual/publish/skins/Charcoal_Grey/html5.skn b/Manual/publish/skins/Charcoal_Grey/html5.skn index a52afc2f2..34b4635fe 100644 --- a/Manual/publish/skins/Charcoal_Grey/html5.skn +++ b/Manual/publish/skins/Charcoal_Grey/html5.skn @@ -122,6 +122,9 @@ expand_all.svg removesearch_mark.svg print_desktop.png + bug-report-final.png + go-to-page.png + go-to-page.png Verdana @@ -135,6 +138,7 @@ rh.model.publish(rh.consts('EVT_EXPAND_COLLAPSE_ALL'));return false; Expand/Collapse All 0 + 41076 removesearch_mark.svg @@ -142,6 +146,7 @@ rh.model.publish(rh.consts('EVT_REMOVE_HIGHLIGHT'));return false; Remove Highlight 1 + 41077 print_desktop.png @@ -149,6 +154,24 @@ rh.model.publish(rh.consts('EVT_PRINT_TOPIC'));return false; Print 2 + 41078 + + + ReportaBug + 3 + 41079 + Report a Problem + https://github.com/YoYoGames/GameMaker-Bugs/issues/new?assignees=&labels=docs-bug&projects=&template=docs_bug_report.yml + bug-report-final.png + + + GoToPage + 4 + 41080 + go-to-page.png + go-to-page.png + Go To GitHub File + let local = (location.hostname === 'localhost' || location.hostname === '127.0.0.1'); let curl = window.location.href; let parts = curl.split('/'); let version = parts[3]; let lang = parts[4]; if (lang=='br') lang='pt-br'; let repo = 'GameMaker-Manual'; if (!local && lang != 'en') repo = repo + '-' + lang; let branch = (!local && version=='lts') ? 'main-lts' : 'develop'; let match = (local ? /https?:\/\/.*:[0-9]+|https?:\/\/localhost\// : /https:\/\/manual\.gamemaker\.io\/[a-zA-Z]+\/[a-zA-Z]+\//).exec(curl); let path = curl.replace(match[0], '').replace('index.htm?#t=', '').replace('index.htm#t=', '').replace('#t=', '').replace('%2F', '/').split('%23')[0]; path = `https://github.com/YoYoGames/${repo}/tree/${branch}/Manual/contents/${path}`; window.open(path, '_blank').focus(); rgba(255, 147, 0, 0.75) @@ -157,5 +180,5 @@ false - 2020.8.0 - \ No newline at end of file + 2022.2.0 +