partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8d06f3f79510aa5c6ca7893ec229598163c17340
parent dc02ad8f2bf48420ebcc31e5a3d75213488c17c3
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  7 Oct 2015 17:18:19 +0200

Removed obsolete webcam file

Diffstat:
Msrc/PartKeepr/FrontendBundle/Resources/views/index.html.twig | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig b/src/PartKeepr/FrontendBundle/Resources/views/index.html.twig @@ -200,7 +200,6 @@ '@PartKeeprFrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorWindow.js' '@PartKeeprFrontendBundle/Resources/public/js/Components/CategoryEditor/CategoryEditorForm.js' '@PartKeeprFrontendBundle/Resources/public/js/Components/Picker/CharPicker.js' - '@PartKeeprFrontendBundle/Resources/public/js/webcam.js' '@PartKeeprFrontendBundle/Resources/public/js/Models/Message.js' '@PartKeeprFrontendBundle/Resources/public/js/Ext.ux.Wizard.Card.js' '@PartKeeprFrontendBundle/Resources/public/js/Ext.ux.Wizard.Header.js' @@ -219,7 +218,7 @@ '@PartKeeprFrontendBundle/Resources/public/js/Ext.ux/Ext.ux.Exporter/downloadify.min.js' '@PartKeeprFrontendBundle/Resources/public/js/Ext.ux/Ext.ux.Exporter/Exporter.js' '@PartKeeprFrontendBundle/Resources/public/js/php.default.min.js' - '@PartKeeprFrontendBundle/Resources/public/js/webcam.js' %} + %} <script type="text/javascript" src="{{ asset_url }}"></script> {% endjavascripts %} </head>