includes/clientside/static/ajax.js
changeset 1053 bdbb49cf6f1b
parent 946 ff58e1732482
child 1125 367768040a61
equal deleted inserted replaced
1052:374d08d176cb 1053:bdbb49cf6f1b
  1656               buttons: [
  1656               buttons: [
  1657                 {
  1657                 {
  1658                   text: $lang.get('acppl_btn_install'),
  1658                   text: $lang.get('acppl_btn_install'),
  1659                   color: 'red',
  1659                   color: 'red',
  1660                   style: {
  1660                   style: {
  1661                     fontWeight: 'bold',
  1661                     fontWeight: 'bold'
  1662                   },
  1662                   },
  1663                   onclick: function() {
  1663                   onclick: function() {
  1664                     ajaxPluginAction(action + '_confirm', plugin_filename, btnobj, true);
  1664                     ajaxPluginAction(action + '_confirm', plugin_filename, btnobj, true);
  1665                     miniPromptDestroy(this);
  1665                     miniPromptDestroy(this);
  1666                   }
  1666                   }