Remove r.resAdvisory.init() call

This isn't needed anywhere but `reddit.com`, since that's the only
place RES runs, and it hardly gets triggered anymore.

Fixes #1264
This commit is contained in:
Jordan Milne
2015-03-19 17:16:36 -07:00
parent 36e389b296
commit b716a04393

View File

@@ -123,7 +123,6 @@ $(function() {
r.recommend.init()
r.saved.init()
r.messages.init()
r.resAdvisory.init()
r.filter.init()
} catch (err) {
r.sendError('Error during base.js init', err)