mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-15 21:56:12 +08:00
10 lines
151 B
JavaScript
10 lines
151 B
JavaScript
|
|
(function() {
|
|
'use strict';
|
|
|
|
function initWelcomeModal() {
|
|
$('#shareable-link-welcome-modal').modal('show');
|
|
}
|
|
|
|
initWelcomeModal();
|
|
}());
|