smtech / obsolete__canvas-global-javascript

OBSOLETE: use smtech/canvashack
https://github.com/smtech/canvashack
GNU General Public License v3.0
1 stars 0 forks source link

Use PHP instead of JavaScript to dynamically build script #2

Open battis opened 10 years ago

battis commented 10 years ago

Rather than relying on JavaScript to scrape the page for URLs and build the global JavaScript (which we had to do when we were running on the WWW server that didn't support PHP), let's just build the global JavaScript with PHP: faster, more reliable, less flaky.

battis commented 9 years ago

Yes. This is an anachronism left over from a time before this was hosted on a LAMP server. (brrr… IIS). Likely to get wrapped into CanvasHack, if I can make that happen.

battis commented 9 years ago

…and filter out unused scripts (hide-future-courses.js, I'm looking at you).