zacoppotamus / ElgarsCodingOrchestra

2nd Year Software Engineering Project
project.spe.sneeza.me
3 stars 0 forks source link

Move Javascript wrapper into a more sensible place #143

Closed BenElgar closed 10 years ago

BenElgar commented 10 years ago

At the moment I'm including the entire Javascript wrapper inline with PHP. This can't be the way to do it.

We really need to reorganise the whole directory structure.

BenElgar commented 10 years ago

Dealt with by creating a php file in the javascript folder that is just a php include of the wrapper.