mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-27 15:58:06 -05:00
wiki: js cleanup
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
r.wiki = {
|
||||
request: function(req) {
|
||||
if (reddit.logged)
|
||||
if (reddit.logged) {
|
||||
req.data.uh = r.config.modhash
|
||||
}
|
||||
req.data.page = r.config.wiki_page
|
||||
$.ajax(req)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user