equal
deleted
inserted
replaced
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 } |