mirror of
https://github.com/GNS3/gns3-registry.git
synced 2025-02-20 17:22:48 +00:00
Let the marketplace fully control the import
This commit is contained in:
parent
2d4723feed
commit
c203b79f86
@ -2,10 +2,7 @@
|
||||
{% block script %}
|
||||
|
||||
function importDevice() {
|
||||
md5 = gns3.importDevice();
|
||||
if (md5 != null) {
|
||||
window.location = "/images/" + md5 + ".html"
|
||||
}
|
||||
gns3.importDevice();
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user