corrected bug
This commit is contained in:
parent
d00bea6229
commit
8308ce5ab7
|
@ -4,6 +4,7 @@ block title
|
||||||
title #{title} - Prototype
|
title #{title} - Prototype
|
||||||
|
|
||||||
block extrajs
|
block extrajs
|
||||||
|
script static_path = '/static/'
|
||||||
script(src="/static/js/prototypetools.min.js")
|
script(src="/static/js/prototypetools.min.js")
|
||||||
script RecommendedCamera = FixedCamera;
|
script RecommendedCamera = FixedCamera;
|
||||||
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};
|
script var params = params || {}; params.get = params.get || {}; params.get.id = #{id};
|
||||||
|
|
Loading…
Reference in New Issue