Extensions - Edit: Remove deprecated javascript.

This commit is contained in:
Nate 2020-03-04 17:56:06 -07:00
parent 7cbccd767d
commit e869d1ba38
1 changed files with 1 additions and 12 deletions

View File

@ -17,7 +17,7 @@
The Initial Developer of the Original Code is
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.
Contributor(s):
@ -340,17 +340,6 @@
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);
//show the footer