mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merged from 1.7.
This commit is contained in:
parent
ebe82e08ec
commit
15c331b2e8
3 changed files with 28 additions and 15 deletions
|
@ -244,6 +244,12 @@ function php_portal_class() {
|
|||
//flag for week fomat
|
||||
this.isWeek = false;
|
||||
|
||||
//client browser
|
||||
this.clientIsIE = null;
|
||||
|
||||
//session key
|
||||
this.sesskey = null;
|
||||
|
||||
//strings
|
||||
this.strings = [];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue