mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Alternate interface appears for non VoIP users when ALTERNATE_INTERFACE set to true This interface is a bit faster to operate (less popup windows) and makes more sense when not using the system to auto-dial Sponsored by Zimi
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
//Contract on load
|
|
$(document).ready(function(){
|
|
poptastic('call_interface2.php');
|
|
});
|