extend warning to cover calendar (no extra test)
This commit is contained in:
parent
c23207375b
commit
f6bb4bb9f5
|
|
@ -54,7 +54,7 @@ if (!isset($_SESSION["HelferID"])) {
|
||||||
console.log("log","<?php echo JQUERY ?>");
|
console.log("log","<?php echo JQUERY ?>");
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
if (!window.jQuery) {
|
if (!window.jQuery) {
|
||||||
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!</b></font>";
|
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library! (also check dhtmlx scheduler for the calendar)</b></font>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@ require '_login.php';
|
||||||
<script>
|
<script>
|
||||||
window.onload = function() {
|
window.onload = function() {
|
||||||
if (!window.jQuery) {
|
if (!window.jQuery) {
|
||||||
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!</b></font>";
|
document.getElementById("jquerywarn").innerHTML = "<font size=+2 color=red><b>You have not installed the jquery library!(also check dhtmlx scheduler for the calendar)</b></font>";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue