Sha256: f2017c7b5948ea0c6ce533994e708e58212ccb5b621194a06afd085025b17658
Contents?: true
Size: 383 Bytes
Versions: 31
Compression:
Stored size: 383 Bytes
Contents
$(() => { let addUsersConversationDialog = $("#user-conversations-add-modal"), button = $("#start-conversation-dialog-button"); /* eslint no-unused-vars: 0 */ if (addUsersConversationDialog.length) { let refreshUrl = addUsersConversationDialog.data("refresh-url"); button.click(function () { addUsersConversationDialog.foundation("open"); }); } });
Version data entries
31 entries across 31 versions & 1 rubygems