pawanwiziq / moodlenew-mod_wiziq

moodle latest
0 stars 0 forks source link

css and JS should not be built by php files #9

Open danmarsden opened 6 years ago

danmarsden commented 6 years ago

In this file: https://github.com/pawanwiziq/moodlenew-mod_wiziq/blob/master/index.php#L531

You include in-line css and Javascript - css should be moved into a css file, and js should be moved into a js file to allow it to be cached correctly.

pawanwiziq commented 5 years ago

Fixed