Skip to content

Commit 7a3dac9

Browse files
committed
Merge branch 'avi/modal' of github.com:JunoLab/atom-julia-client into avi/modal
2 parents 7988164 + 107ff44 commit 7a3dac9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/julia-client.coffee

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ module.exports = JuliaClient =
4141
try
4242
v = atom.config.get('julia-client.currentVersion')
4343
if v isnt LATEST_RELEASE_NOTE_VERSION
44-
atom.config.set('julia-client.currentVersion', LATEST_RELEASE_NOTE_VERSION)
4544
release.activate(LATEST_RELEASE_NOTE_VERSION)
4645
else
4746
release.activate()

styles/julia-client.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ atom-text-editor.editor[data-grammar$="source weave latex"] {
199199
max-height: 20em;
200200
display: block;
201201
}
202-
202+
203203
max-height: 90vh;
204204
overflow: auto;
205205
}

0 commit comments

Comments
 (0)