edit URL prompt

This commit is contained in:
ccd0 2014-08-30 17:36:33 -07:00
parent 40b68a389d
commit 13ee52a9f6

View File

@ -288,7 +288,7 @@ QR =
$.addClass QR.nodes.el, 'dump'
handleUrl: ->
url = prompt("Insert an url:")
url = prompt 'Enter a URL:'
return if url is null
CrossOrigin.file url, (blob) ->
if blob