Commit 8af12855 authored by yann300's avatar yann300

replace jquery by tooltip

parent 27c6efdd
......@@ -220,7 +220,7 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
function importExternal (url, cb) {
handleImports.import(url,
(loadingMsg) => {
$('#output').append($('<div/>').append($('<pre/>').text(loadingMsg)))
toolTip(loadingMsg)
},
(error, content, cleanUrl, type, url) => {
if (!error) {
......
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