pawanwiziq / moodlenew-mod_wiziq

moodle latest
0 stars 0 forks source link

settings.php causes jquery to be included even when not needed. #14

Open danmarsden opened 6 years ago

danmarsden commented 6 years ago

https://github.com/pawanwiziq/moodlenew-mod_wiziq/blob/master/settings.php#L62

that should really sit within the check for admin fulltree - because it seems to have the affect of adding jquery to all pages in the site - even when not required.

(the php end tag in that file should also be removed - moodle coding guidelines state that php end tags should not be used at the end of files.)

pawanwiziq commented 5 years ago

Fixed