Mahmut Namli

Results 4 issues of Mahmut Namli

### What feature you'd like to see or proposal(期望什么新功能/特性或者建议) Hey, I'm using electerm for managing my personal servers and really love it. As [v1.21.88](https://github.com/electerm/electerm/releases/tag/v1.21.88), saw that you added google analytics...

need investigate

I'm not really good at JS. I want to check current step number. Tried this: ``` js $("body").on('click', ".btn-next", function() { var activeTabNo = $("li.active").data("step"); alert(activeTabNo); }); ``` but no...