mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-10 06:37:32 +08:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
|
|
(function() {
|
|
'use strict';
|
|
|
|
function initWelcomeModal() {
|
|
$('#shareable-link-welcome-modal').modal('show');
|
|
}
|
|
|
|
initWelcomeModal();
|
|
}());
|