mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +00:00
fix import of extension in list of extension versions
This commit is contained in:
parent
02dd7989fb
commit
3b3ada2ff5
|
@ -77,7 +77,7 @@ class SeedDMS_View_ExtensionMgr extends SeedDMS_Bootstrap_Style {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
$('a.import').click(function(ev){
|
$('body').on('click', 'a.import', function(ev){
|
||||||
var element = $(this);
|
var element = $(this);
|
||||||
$('#'+element.data('extname')+'-import').submit();
|
$('#'+element.data('extname')+'-import').submit();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user