Fix issues with templates in polls #375
This commit is contained in:
@@ -719,7 +719,8 @@ define([
|
||||
}
|
||||
}
|
||||
sframeChan.query('Q_SAVE_AS_TEMPLATE', {
|
||||
toSave: toSave
|
||||
toSave: toSave,
|
||||
title: title
|
||||
}, function () {
|
||||
UI.alert(Messages.templateSaved);
|
||||
Feedback.send('TEMPLATE_CREATED');
|
||||
|
||||
Reference in New Issue
Block a user