equal
deleted
inserted
replaced
1538 }); |
1538 }); |
1539 } |
1539 } |
1540 |
1540 |
1541 function ajaxPluginAction(action, plugin_filename, btnobj) |
1541 function ajaxPluginAction(action, plugin_filename, btnobj) |
1542 { |
1542 { |
1543 // if installing or uninstalling, confirm |
1543 // if installing, uninstalling, or re-importing, confirm |
1544 if ( action == 'install' || action == 'uninstall' ) |
1544 if ( action == 'install' || action == 'uninstall' || action == 'reimport' ) |
1545 { |
1545 { |
1546 var prompt = miniPrompt(function(div) |
1546 var prompt = miniPrompt(function(div) |
1547 { |
1547 { |
1548 var txtholder = document.createElement('div'); |
1548 var txtholder = document.createElement('div'); |
1549 txtholder.style.textAlign = 'center'; |
1549 txtholder.style.textAlign = 'center'; |