mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Added support for AUTO_LOGOUT_MINUTES to all child windows of the main frame (added jQuery and childnap.js)
This commit is contained in:
@@ -59,7 +59,15 @@ include("functions/functions.operator.php");
|
||||
*/
|
||||
include("functions/functions.input.php");
|
||||
|
||||
xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.css"),array("js/window.js","js/showhide.js"));
|
||||
$js = array("js/window.js","js/showhide.js");
|
||||
|
||||
if (AUTO_LOGOUT_MINUTES !== false)
|
||||
{
|
||||
$js[] = "include/jquery-ui/js/jquery-1.4.2.min.js";
|
||||
$js[] = "js/childnap.js";
|
||||
}
|
||||
|
||||
xhtml_head(T_("Respondent Selector"),true,array("css/table.css","css/respondent.css"),$js);
|
||||
|
||||
|
||||
//display the respondents as a drop down list for this call attempt
|
||||
|
||||
Reference in New Issue
Block a user