Warn Firefox <20 users.

This commit is contained in:
Nicolas Stepien 2013-04-10 22:34:58 +02:00
parent 182046f254
commit 0e42ac6476

View File

@ -466,6 +466,8 @@ Main =
if $.hasClass d.body, 'fourchan_x'
alert '4chan X v2 detected: Disable it or v3 will break.'
if /Firefox\/1/.test navigator.userAgent
alert 'Your version of Firefox is incompatible with 4chan X v3. Firefox 20+ is required.'
$.event '4chanXInitFinished'
Main.checkUpdate()