提交 48300d4a 编写于 作者: V Vincent Latombe

Fix indentation

上级 85aeb1c2
...@@ -74,16 +74,16 @@ THE SOFTWARE. ...@@ -74,16 +74,16 @@ THE SOFTWARE.
</f:section> </f:section>
<script> <script>
(function() { (function() {
Behaviour.specify("#recurse", 'ListView', 0, function(e) { Behaviour.specify("#recurse", 'ListView', 0, function(e) {
var nestedElements = $$('SPAN.nested') var nestedElements = $$('SPAN.nested')
e.onclick = function() { e.onclick = function() {
nestedElements.each(function(el) { nestedElements.each(function(el) {
e.checked ? el.show() : el.hide(); e.checked ? el.show() : el.hide();
}); });
} }
}); });
}()); }());
</script> </script>
</j:jelly> </j:jelly>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册