From c87f4d33614b59667bfe76bee3318c0dd18cb4db Mon Sep 17 00:00:00 2001 From: Michael <michael.danielczok@gmail.com> Date: Thu, 22 Jun 2017 11:39:09 +0200 Subject: [PATCH] =?UTF-8?q?refactor:=20debug=20console=20logs=20gel=C3=B6s?= =?UTF-8?q?cht?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/Controls/WallpaperTextArrow.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/Controls/WallpaperTextArrow.js b/bin/Controls/WallpaperTextArrow.js index f41d658..8a7546e 100644 --- a/bin/Controls/WallpaperTextArrow.js +++ b/bin/Controls/WallpaperTextArrow.js @@ -39,21 +39,12 @@ define('package/quiqqer/presentation-bricks/bin/Controls/WallpaperTextArrow', [ * event : on import */ $onImport: function () { - - /*console.log(QUI.getScroll().y); - - QUI.addEvent('scroll', function() { - console.log(QUI.getScroll().y); - - })*/ - this.$Brick = document.getElement('div[data-quiid="' + this.$uid + '"]'); this.$Arrow = this.$Brick.getElement('.wallpaperTextArrow-arrow-fa'); this.$Arrow.addEvent('click', function () { new Fx.Scroll(window).start(0, this.$Brick.getSize().y); }.bind(this)) - } }); }); -- GitLab