From 7e235047826917cfcac011529662346800604724 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Fri, 28 Aug 2015 11:25:27 +0200 Subject: [PATCH] Corrected bug --- controllers/prototype/views/prototype.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/prototype/views/prototype.jade b/controllers/prototype/views/prototype.jade index 87353ff..305182f 100644 --- a/controllers/prototype/views/prototype.jade +++ b/controllers/prototype/views/prototype.jade @@ -4,7 +4,7 @@ block title title #{title} - Prototype block extrajs - script(src="/static/js/raphael.min.js") + script(src="/static/js/l3dp.min.js") block configjs block mainjs script document.getElementById('music').volume = 0.5;