use provided clearTooltips function

pull/1/head
ansuz 2017-07-31 14:52:33 +02:00
parent 3fa010027c
commit 7cd42d5ff1
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ define([
var $list = $iframe.find('#tasksList');
var removeTips = function () {
$('.tippy-popper').remove();
Cryptpad.clearTooltips();
};
var onReady = function () {