- self.lobby_grid:add(get_button(self, "Inner templates", "system_inner_templates", "/system/inner_templates/inner_templates.gui_script"))
- self.lobby_grid:add(get_button(self, "Late init check", "system_late_init_check", "/system/late_init_check/late_init_check.gui_script"))
- end
-
-
- local function check_url(self)
- if not html5 then
- return
- end
-
- local example_arg = html5.run("new URLSearchParams(window.location.search).get('example')")
- if example_arg and self.scene_names[example_arg] then
- print("Start example: ", example_arg)
- show_scene(self, example_arg, self.scene_names[example_arg] or "unknown")
- return true
- end
- end
-
-
- local function check_cache(self)
- local scroll_position = self.cache.scroll_position