Commit f7008bd6 authored by Alex Beregszaszi's avatar Alex Beregszaszi

Update last reference to storage.editorSize

Forgot in 0eee795e
parent 8f74793b
...@@ -429,7 +429,7 @@ var run = function () { ...@@ -429,7 +429,7 @@ var run = function () {
var hidingRHP = false var hidingRHP = false
$('.toggleRHP').click(function () { $('.toggleRHP').click(function () {
hidingRHP = !hidingRHP hidingRHP = !hidingRHP
setEditorSize(hidingRHP ? 0 : storage.getEditorSize()) setEditorSize(hidingRHP ? 0 : storage.get(EDITOR_SIZE_KEY))
$('.toggleRHP i').toggleClass('fa-angle-double-right', !hidingRHP) $('.toggleRHP i').toggleClass('fa-angle-double-right', !hidingRHP)
$('.toggleRHP i').toggleClass('fa-angle-double-left', hidingRHP) $('.toggleRHP i').toggleClass('fa-angle-double-left', hidingRHP)
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment