From 17f78ce2cbf98d8814f3094ec278a0449c4d2715 Mon Sep 17 00:00:00 2001 From: Juanfran Date: Tue, 10 May 2016 09:38:09 +0200 Subject: [PATCH] add loading in the wiki save --- app/coffee/modules/wiki/main.coffee | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app/coffee/modules/wiki/main.coffee b/app/coffee/modules/wiki/main.coffee index de4b3a0c..db1c25fa 100644 --- a/app/coffee/modules/wiki/main.coffee +++ b/app/coffee/modules/wiki/main.coffee @@ -252,8 +252,7 @@ EditableWikiContentDirective = ($window, $document, $repo, $confirm, $loading, $ $confirm.notify("error") currentLoading = $loading() - .removeClasses("icon-floppy") - .target($el.find('.icon-floppy')) + .target($el.find('.save')) .start() if wiki.id?