From 267ecf95cf4649d165eec85f155a89ba62031610 Mon Sep 17 00:00:00 2001 From: Kamil Frackiewicz Date: Mon, 26 Aug 2013 13:55:16 +0200 Subject: [PATCH] [FileManager] updated FileManager sources Change-Id: Iac7e482631acd13cd2c83c66257d61592f8a9ae0 --- js/app.model.js | 3 ++- templates/fileRow.tpl | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/js/app.model.js b/js/app.model.js index 14ca662..d29aaf6 100644 --- a/js/app.model.js +++ b/js/app.model.js @@ -219,7 +219,8 @@ function Model() { onSuccess(); } }, - onCopyNodeFailure = function () { + onCopyNodeFailure = function (e) { + console.error(e); setTimeout(function () { app.ui.alertPopup('Copying error'); }, 200); diff --git a/templates/fileRow.tpl b/templates/fileRow.tpl index c0b776d..38f6b03 100644 --- a/templates/fileRow.tpl +++ b/templates/fileRow.tpl @@ -1,4 +1,4 @@ -
  • +
  • %name|escape% -- 2.7.4