]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
flex client: the hotkeys js is broken, get rid of it
authorMathieu Rene <mrene@avgs.ca>
Tue, 19 Jul 2011 22:49:04 +0000 (18:49 -0400)
committerMathieu Rene <mrene@avgs.ca>
Tue, 19 Jul 2011 22:49:04 +0000 (18:49 -0400)
clients/flex/freeswitch.html

index 9d5b54e1f3dc93ae5751d67e52a23d1a83787dd7..0c2aeebefc9bcd4dcaa48cbb465fd13807bd7922 100644 (file)
@@ -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 = { 
                        $("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() {