Commit 8b8c329f authored by yann300's avatar yann300

don't bother with an alert cause the compiler will show a proper message

parent 051db2f8
...@@ -378,8 +378,6 @@ function run () { ...@@ -378,8 +378,6 @@ function run () {
// FIXME: at some point we should invalidate the browser cache // FIXME: at some point we should invalidate the browser cache
filesProviders['browser'].addReadOnly(url, content) filesProviders['browser'].addReadOnly(url, content)
cb(null, content) cb(null, content)
} else {
modalDialogCustom.alert('Unable to import: url')
} }
}) })
}) })
......
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