Commit eb866e9c authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

кнопка создать с меню - del console.log

parent 68957dda
...@@ -202,7 +202,6 @@ this.QuickAccessMenu = class { ...@@ -202,7 +202,6 @@ this.QuickAccessMenu = class {
buttonMenu.off().on('click', e => { buttonMenu.off().on('click', e => {
e.preventDefault(); e.preventDefault();
this.openMenuWindow(); this.openMenuWindow();
console.log('show menu');
}); });
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment