openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 7c6b975a673feefd00add35b6d9dded15aee2a95
parent e758b5444bcd4345e645b2d09ec644dc57b2ea23
Author: Jan Dankert <devnull@localhost>
Date:   Tue, 10 Jul 2018 22:41:52 +0200

Die .clickable-Elemente sollen nur 1x als Link registriert werden.

Diffstat:
modules/template-engine/components/html/column/column.js | 4+---
modules/template-engine/components/html/column/column.min.js | 12++----------
2 files changed, 3 insertions(+), 13 deletions(-)

diff --git a/modules/template-engine/components/html/column/column.js b/modules/template-engine/components/html/column/column.js @@ -2,8 +2,6 @@ $(document).on('orViewLoaded',function(event, data) { // Clickable Columns. - $(event.target).find('td.clickable').click(function () { - openNewAction($(this).data('name'), $(this).data('action'), $(this).data('id'), 0); - }) + // done by orLinkify-Plugin in link.js }); \ No newline at end of file diff --git a/modules/template-engine/components/html/column/column.min.js b/modules/template-engine/components/html/column/column.min.js @@ -1,9 +1 @@ -// View loaded... -$(document).on('orViewLoaded',function(event, data) { - - // Clickable Columns. - $(event.target).find('td.clickable').click(function () { - openNewAction($(this).data('name'), $(this).data('action'), $(this).data('id'), 0); - }) - -});- \ No newline at end of file +;$(document).on('orViewLoaded',function(o,n){});+ \ No newline at end of file