Extensions - Edit: Remove deprecated javascript.
This commit is contained in:
parent
7cbccd767d
commit
e869d1ba38
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
The Initial Developer of the Original Code is
|
The Initial Developer of the Original Code is
|
||||||
Mark J Crane <markjcrane@fusionpbx.com>
|
Mark J Crane <markjcrane@fusionpbx.com>
|
||||||
Portions created by the Initial Developer are Copyright (C) 2008-2019
|
Portions created by the Initial Developer are Copyright (C) 2008-2020
|
||||||
the Initial Developer. All Rights Reserved.
|
the Initial Developer. All Rights Reserved.
|
||||||
|
|
||||||
Contributor(s):
|
Contributor(s):
|
||||||
|
|
@ -340,17 +340,6 @@
|
||||||
|
|
||||||
echo "</form>\n";
|
echo "</form>\n";
|
||||||
|
|
||||||
//define keyboard shortcuts
|
|
||||||
if ($extensions) {
|
|
||||||
// check all
|
|
||||||
key_press('ctrl+a', 'down', 'document', null, null, "list_all_check();", true);
|
|
||||||
|
|
||||||
// delete checked
|
|
||||||
if (permission_exists('extension_delete')) {
|
|
||||||
key_press('delete', 'up', 'document', array('#search'), $text['confirm-delete'], "list_action_set('delete'); list_form_submit('form_list');", true);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
unset($extensions);
|
unset($extensions);
|
||||||
|
|
||||||
//show the footer
|
//show the footer
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue