x3dom / apps-modeling

Publicly Available Applications
Other
3 stars 3 forks source link

[ComponentEditor][PlantEditor] Remove src x3dom files #120

Closed tpaviot closed 10 years ago

tpaviot commented 10 years ago

In both plant_editor and component_editor index.html files, there are plenty of references to src="../../../x3dom/src/*js" files.

It should be necessary to download/install the whole x3d to execute component/plant editor, and this confuses both FF/Chrome about files not found.

These dependencies should be removed, and the plant and component editors rely only on the latest x3dom-full.js release.

yjung commented 10 years ago

This is for development, because we have/had to implement features in x3dom, too. x3dom-full.js is only included, if no x3dom object is found. But you're right, this will be removed for final deployment!

yjung commented 10 years ago

Fixed with commit a6338fbc80a95b31e6ea171ff6d4426f160671e9