Fix default title issues when using a template

This commit is contained in:
yflory
2018-06-04 16:02:58 +02:00
parent b87e7c003b
commit 3f8b6d3b8a
3 changed files with 25 additions and 1 deletions

View File

@@ -626,7 +626,6 @@ define([
}
}
sframeChan.query('Q_SAVE_AS_TEMPLATE', {
title: title,
toSave: toSave
}, function () {
UI.alert(Messages.templateSaved);