Private
Public Access
1
0

Removed wrongly copied files

This commit is contained in:
Roosendaal
2016-11-08 19:54:19 +01:00
parent 3444995880
commit 48044108b2
1263 changed files with 1 additions and 32399 deletions

View File

@@ -1,11 +0,0 @@
(function ($) {
var uarr = String.fromCharCode(0x25b6),
darr = String.fromCharCode(0x25bc);
$('a.djTemplateShowContext').on('click', function() {
var arrow = $(this).children('.toggleArrow');
arrow.html(arrow.html() == uarr ? darr : uarr);
$(this).parent().next().toggle();
return false;
});
})(djdt.jQuery);