Whitespace.
This commit is contained in:
parent
44f8fc7d70
commit
f768ff75cc
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user