Mytasks is not clickable
This commit is contained in:
parent
d549030078
commit
c9b3cab22b
@ -348,7 +348,6 @@ if (! empty($conf->use_javascript_ajax))
|
|||||||
$s='';
|
$s='';
|
||||||
$s.='<script type="text/javascript">' . "\n";
|
$s.='<script type="text/javascript">' . "\n";
|
||||||
$s.='jQuery(document).ready(function () {' . "\n";
|
$s.='jQuery(document).ready(function () {' . "\n";
|
||||||
$s.='jQuery("#check_mytasks").click(function() { jQuery(".family_mytasks").toggle(); jQuery(".family_other").toggle(); });' . "\n";
|
|
||||||
$s.='jQuery("#check_birthday").click(function() { jQuery(".family_birthday").toggle(); });' . "\n";
|
$s.='jQuery("#check_birthday").click(function() { jQuery(".family_birthday").toggle(); });' . "\n";
|
||||||
$s.='jQuery(".family_birthday").toggle();' . "\n";
|
$s.='jQuery(".family_birthday").toggle();' . "\n";
|
||||||
if ($action=="show_week" || $action=="show_month" || empty($action))
|
if ($action=="show_week" || $action=="show_month" || empty($action))
|
||||||
@ -369,7 +368,7 @@ if (! empty($conf->use_javascript_ajax))
|
|||||||
var name = $(this).attr("name");
|
var name = $(this).attr("name");
|
||||||
|
|
||||||
jQuery(".family_" + name.replace("check_", "")).toggle();
|
jQuery(".family_" + name.replace("check_", "")).toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
});' . "\n";
|
});' . "\n";
|
||||||
$s.='</script>' . "\n";
|
$s.='</script>' . "\n";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user