Got rid of static_path...was a bad idea

This commit is contained in:
Thomas FORGIONE
2015-06-25 16:51:47 +02:00
parent 8308ce5ab7
commit e915fb58e7
9 changed files with 23 additions and 30 deletions

View File

@@ -4,7 +4,6 @@ block title
title #{title} - Prototype
block extrajs
script static_path = '/static/';
script(src="/static/js/prototypetools.min.js")
block configjs
block mainjs

View File

@@ -4,7 +4,6 @@ block title
title #{title} - Prototype
block extrajs
script static_path = '/static/'
script(src="/static/js/prototypetools.min.js")
script RecommendedCamera = FixedCamera;
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};