From 731ce042ee17ebc4c88b3b6db48fdebf4bd147e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ana=C3=ABl=20Closson?= Date: Tue, 5 Sep 2017 17:15:41 +0200 Subject: [PATCH] Wrong function call MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: I12d79f9c54c1a7d84d421e8ded10c568dd504512 Issue-Id: CLAMP-27 Signed-off-by: Anaël Closson --- src/main/resources/META-INF/resources/designer/scripts/app.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/main/resources/META-INF/resources/designer/scripts/app.js b/src/main/resources/META-INF/resources/designer/scripts/app.js index 8c2d3c33..b04b916d 100644 --- a/src/main/resources/META-INF/resources/designer/scripts/app.js +++ b/src/main/resources/META-INF/resources/designer/scripts/app.js @@ -1485,11 +1485,8 @@ var app = angular.module('clds-app', ['ngRoute', backdrop : 'static', windowClass : 'my-class' }); - - dlg.result() }; - $scope.TCAWindow = function(tca) { if (isTemplate) { var dlg = dialogs -- 2.16.6