includes/clientside/static/ajax.js
changeset 560 8981dcf7d485
parent 555 ac4c6a7f01d8
child 566 06d241de3151
equal deleted inserted replaced
559:cfdc0aa8af50 560:8981dcf7d485
  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';