From e5593a30a079a5ecf5ebb43cf0948d0a967f506c Mon Sep 17 00:00:00 2001 From: Simon Eisenmann Date: Thu, 18 Sep 2014 14:58:13 +0200 Subject: [PATCH] Replace obsolete dom node. --- static/js/directives/buddypictureupload.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/directives/buddypictureupload.js b/static/js/directives/buddypictureupload.js index f9294fe5..aba2a446 100644 --- a/static/js/directives/buddypictureupload.js +++ b/static/js/directives/buddypictureupload.js @@ -279,7 +279,7 @@ define(['jquery', 'underscore', 'text!partials/buddypictureupload.html', 'bootst return { restrict: 'E', - replace: false, + replace: true, template: template, controller: controller, link: link