Switched from GitHub to GitLab
This commit is contained in:
parent
4cb09eea21
commit
90463bd8c9
4 changed files with 7 additions and 7 deletions
|
@ -50,7 +50,7 @@
|
|||
});
|
||||
menuReportBug = document.querySelector('#menuReportBug');
|
||||
menuReportBug.addEventListener('click', function() {
|
||||
window.open("https://github.com/mmk2410/morse-converter-web/issues", "_blank");
|
||||
window.open("https://phab.mmk2410.org/maniphest/query/2c8tO32QJimD/", "_blank");
|
||||
drawerPanel.closeDrawer();
|
||||
});
|
||||
menuAbout = document.querySelector('#menuAbout');
|
||||
|
@ -60,7 +60,7 @@
|
|||
});
|
||||
menuFork = document.querySelector('#menuFork');
|
||||
menuFork.addEventListener('click', function() {
|
||||
window.open("https://github.com/mmk2410/morse-converter-web/", "_blank");
|
||||
window.open("https://gitlab.com/mmk2410/morse-converter-web/", "_blank");
|
||||
drawerPanel.closeDrawer();
|
||||
});
|
||||
inputArea.addEventListener('keyup', function() {
|
||||
|
|
Reference in a new issue