Let the marketplace fully control the import

This commit is contained in:
Julien Duponchelle 2015-08-05 22:26:39 +02:00
parent 2d4723feed
commit c203b79f86

View File

@ -2,10 +2,7 @@
{% block script %}
function importDevice() {
md5 = gns3.importDevice();
if (md5 != null) {
window.location = "/images/" + md5 + ".html"
}
gns3.importDevice();
return false;
}