Issue #2697 - Refresh stats bar when a wiki page is updated

stable
Alejandro Alonso 2015-05-19 14:21:08 +02:00
parent 0de14b45be
commit 460c293c63
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ EditableWikiContentDirective = ($window, $document, $repo, $confirm, $loading, $
if not wiki.id? if not wiki.id?
$analytics.trackEvent("wikipage", "create", "create wiki page", 1) $analytics.trackEvent("wikipage", "create", "create wiki page", 1)
$model.$setViewValue wikiPage $model.$setViewValue wikiPage.clone()
$confirm.notify("success") $confirm.notify("success")
switchToReadMode() switchToReadMode()