fix TT warning

it complained argument "" isnt numerical
agranig/1_0_subfix
Gerhard Jungwirth 12 years ago
parent 99d5b3d53e
commit 0436e58e19

@ -35,7 +35,7 @@ $(document).ready(function() {
'<a class="btn btn-small btn-secondary" href="[% helper.base_uri %]/' + full[0] + '/delete" data-confirm="Delete">' +
'<i class="icon-trash"></i> Delete' +
'</a>' +
[%- IF helper.extra_buttons.size > 0 %]
[%- IF helper.extra_buttons.size %]
[% FOR b IN helper.extra_buttons %]
'<a class="btn btn-small btn-tertiary" href="[% helper.base_uri %]/' + full[0] + '/' +
'[% b.1 %]' + '">' +

Loading…
Cancel
Save