Private
Public Access
1
0

added brochure but doesn't show up

This commit is contained in:
Sander Roosendaal
2017-05-05 08:35:38 +02:00
parent 177c3cad74
commit 4727c1fafb
1333 changed files with 65521 additions and 215 deletions

View File

@@ -0,0 +1,10 @@
(function ($) {
$('#djDebug a.djDebugToggle').on('click', function(e) {
e.preventDefault();
$(this).parent().find('.djDebugCollapsed').toggle();
$(this).parent().find('.djDebugUncollapsed').toggle();
});
djdt.applyStyle('background-color');
djdt.applyStyle('left');
djdt.applyStyle('width');
})(djdt.jQuery);