Skip to content

Commit

Permalink
MDL-61772 question: refresh page after tag question
Browse files Browse the repository at this point in the history
  • Loading branch information
lameze committed Apr 16, 2018
1 parent 20bf0c4 commit c91da28
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion question/amd/build/edit_tags.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions question/amd/src/edit_tags.js
Expand Up @@ -170,6 +170,7 @@ define([
modal.getRoot().on('submit', 'form', function(e) {
save(modal, root).then(function() {
modal.hide();
location.reload();
return;
}).fail(Notification.exception);

Expand Down

0 comments on commit c91da28

Please sign in to comment.