mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-05 23:17:33 +08:00
8 lines
231 B
JavaScript
8 lines
231 B
JavaScript
|
(function() {
|
||
|
'use strict';
|
||
|
|
||
|
$('.delete-repo-option').initializeModal('#delete-repo-modal');
|
||
|
$('.rename-repo-option').initializeModal('#rename-repo-modal');
|
||
|
$('.copy-repo-option').initializeModal('#copy-repo-modal');
|
||
|
})();
|