Commit 141205b0 authored by yann300's avatar yann300

fix Loading from gist

parent 62544b41
...@@ -12,6 +12,9 @@ function GistHandler (_window) { ...@@ -12,6 +12,9 @@ function GistHandler (_window) {
if (target !== '') { if (target !== '') {
gistId = getGistId(target) gistId = getGistId(target)
loadingFromGist = !!gistId loadingFromGist = !!gistId
if (loadingFromGist) {
cb(gistId)
}
} }
}) })
} else { } else {
......
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