Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Mar 19, 2017
1 parent 6a6b209 commit 44113e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/plg_system_debug/js/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Joomla = window.Joomla || {};
document.addEventListener('DOMContentLoaded', function() {
Joomla.toggleContainer = function(name)
{
var e = document.getElementById(name); // MooTools might not be available ;)
var e = document.getElementById(name);
e.style.display = (e.style.display == 'none') ? 'block' : 'none';
};

Expand Down

0 comments on commit 44113e1

Please sign in to comment.