Whitespace.

This commit is contained in:
ccd0 2016-01-27 19:32:16 -08:00
parent 44f8fc7d70
commit f768ff75cc

View File

@ -193,6 +193,7 @@ Settings =
$.rmAll p
$.add p, a
a.click()
import: ->
$('input[type=file]', @parentNode).click()
@ -352,6 +353,7 @@ Settings =
if data['JSON Navigation']? and not data['JSON Index']?
set 'JSON Index', data['JSON Navigation']
changes
loadSettings: (data, cb) ->
if data.version.split('.')[0] is '2' # https://github.com/loadletter/4chan-x
data = Settings.convertFrom.loadletter data