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