Finished up with profile tooltips and context-menus.
This commit is contained in:
parent
9a8def18d7
commit
b56c9a3365
10 changed files with 370 additions and 335 deletions
|
|
@ -35,6 +35,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
</body>
|
||||
<footer>
|
||||
<%- include('partial/scripts', {user}); %>
|
||||
<script src="/js/adminUtils.js"></script>
|
||||
<script src="/js/popup/banPopup.js"></script>
|
||||
<script src="/js/adminPanel.js"></script>
|
||||
</footer>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<footer>
|
||||
<%- include('partial/scripts', {user}); %>
|
||||
<script src="/socket.io/socket.io.min.js"></script>
|
||||
<script src="/js/adminUtils.js"></script>
|
||||
<script src="/js/popup/banPopup.js"></script>
|
||||
<script src="/js/channel/commandPreprocessor.js"></script>
|
||||
<script src="/js/channel/chatPostprocessor.js"></script>
|
||||
<script src="/js/channel/chat.js"></script>
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
|
|||
<button href="javascript:" class="danger-button" id="chan-delete">Delete Channel</button>
|
||||
<footer>
|
||||
<%- include('partial/scripts', {user}); %>
|
||||
<script src="/js/popup/banPopup.js"></script>
|
||||
<script src="/js/channelSettings.js"></script>
|
||||
</footer>
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue