mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-04-27 03:00:12 -04:00
Add new_window preference to global js config
This commit is contained in:
@@ -162,6 +162,7 @@ def js_config(extra_config=None):
|
||||
"uitracker_url": g.uitracker_url,
|
||||
"static_root": static(''),
|
||||
"over_18": bool(c.over18),
|
||||
"new_window": bool(c.user.pref_newwindow),
|
||||
"vote_hash": c.vote_hash,
|
||||
"gold": gold,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user