Skip to content

Commit

Permalink
refresh and find to browser options
Browse files Browse the repository at this point in the history
  • Loading branch information
NinjaPikachuska committed Jan 10, 2025
1 parent a9baccf commit dd093ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modules/admin/verbs/debug.dm
Original file line number Diff line number Diff line change
Expand Up @@ -735,4 +735,4 @@ But you can call procs that are of type /mob/living/carbon/human/proc for that p
return

to_chat(src, "<span class='info'>You can now right click to use inspect on browsers.</span>")
winset(src, "", "browser-options=byondstorage,find,devtools")
winset(src, "", "browser-options=byondstorage,find,devtools,refresh")
2 changes: 1 addition & 1 deletion code/modules/client/client_procs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ var/global/list/blacklisted_builds = list(
/client/New(TopicData)
// TODO: Remove with 516
if(byond_version >= 516) // Enable 516 compat browser storage mechanisms
winset(src, "", "browser-options=byondstorage")
winset(src, "", "browser-options=byondstorage,refresh,find")

var/tdata = TopicData //save this for later use
TopicData = null //Prevent calls to client.Topic from connect
Expand Down

0 comments on commit dd093ab

Please sign in to comment.