Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging

This commit is contained in:
ansuz 2017-10-09 15:36:29 +02:00
commit c0bf34fd02

View File

@ -216,7 +216,7 @@ define([
title: Messages.tags_title, title: Messages.tags_title,
}) })
.click(common.prepareFeedback(type)) .click(common.prepareFeedback(type))
.click(function () { UI.updateTags(null); }); .click(function () { UI.updateTags(common, null); });
break; break;
default: default:
button = $('<button>', { button = $('<button>', {