Added tooltips back to sframe land with hopefully a more robust removal.

This commit is contained in:
Caleb James DeLisle
2017-09-12 14:12:35 +02:00
parent a74915ab58
commit 981a919328
3 changed files with 60 additions and 2 deletions

View File

@@ -183,7 +183,6 @@ define([
// Update the userlist
var $editUsers = $userlistContent.find('.' + USERLIST_CLS).html('');
Cryptpad.clearTooltips();
var $editUsersList = $('<div>', {'class': 'cp-toolbar-userlist-others'});