forked from Mirrors/freeswitch
flex client: the hotkeys js is broken, get rid of it
This commit is contained in:
parent
1529c0ec8a
commit
2f6f71d4a9
|
@ -11,7 +11,6 @@
|
|||
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.3/jquery-ui.min.js" ></script>
|
||||
<script language="javascript" type="text/javascript" src="jquery.query-2.1.7.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="jquery.tmpl.js"></script>
|
||||
<script language="javascript" type="text/javascript" src="http://js-hotkeys.googlecode.com/files/jquery.hotkeys-0.7.9.min.js"></script>
|
||||
|
||||
<script language="javascript" content-type="text/javascript">
|
||||
var flashvars = {
|
||||
|
@ -407,20 +406,6 @@
|
|||
$("a", "#controls").button({ disabled: true });
|
||||
$("a", "#call_container").button();
|
||||
$("a", "#guest_account").button();
|
||||
/*
|
||||
$(document).bind('keydown', '1', function() { sendDTMF('1', 2000); return false; });
|
||||
$(document).bind('keydown', '2', function() { sendDTMF('2', 2000); return false; });
|
||||
$(document).bind('keydown', '3', function() { sendDTMF('3', 2000); return false; });
|
||||
$(document).bind('keydown', '4', function() { sendDTMF('4', 2000); return false; });
|
||||
$(document).bind('keydown', '5', function() { sendDTMF('5', 2000); return false; });
|
||||
$(document).bind('keydown', '6', function() { sendDTMF('6', 2000); return false; });
|
||||
$(document).bind('keydown', '7', function() { sendDTMF('7', 2000); return false; });
|
||||
$(document).bind('keydown', '8', function() { sendDTMF('8', 2000); return false; });
|
||||
$(document).bind('keydown', '9', function() { sendDTMF('9', 2000); return false; });
|
||||
$(document).bind('keydown', '0', function() { sendDTMF('0', 2000); return false; });
|
||||
$(document).bind('keydown', '#', function() { sendDTMF('#', 2000); return false; });
|
||||
$(document).bind('keydown', '*', function() { sendDTMF('*', 2000); return false; });
|
||||
*/
|
||||
});
|
||||
|
||||
function testevent() {
|
||||
|
|
Loading…
Reference in New Issue