Skip to content

Commit

Permalink
Fix Debugbar problem
Browse files Browse the repository at this point in the history
fixes #21
  • Loading branch information
may17 committed Apr 24, 2015
1 parent f4084a3 commit 1c23d83
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 1 addition & 6 deletions m17StickyBEFooter/assets/m17StickyBeFooter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion m17StickyBEFooter/assets/m17StickyBeFooter_uncompressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
*/
generateOffset: function(){
var debug = document.getElement('div#debug') || false;
var debug = (debug==false) ? document.getElement('div#contao-debug') : debug;
debug = (debug==false) ? document.getElement('div#contao-debug') : debug;


//set news offset for debugbar
Expand Down

0 comments on commit 1c23d83

Please sign in to comment.