Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
admpub committed Mar 22, 2024
1 parent 8bd4faf commit c53c225
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ require (
github.com/kardianos/osext v0.0.0-20190222173326-2bc1f35cddc0
github.com/nging-plugins/caddymanager v1.5.13
github.com/nging-plugins/collector v1.5.1
github.com/nging-plugins/dbmanager v1.5.4
github.com/nging-plugins/dbmanager v1.5.5
github.com/nging-plugins/ddnsmanager v1.5.7
github.com/nging-plugins/dlmanager v1.5.4
github.com/nging-plugins/firewallmanager v1.5.3
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2257,8 +2257,8 @@ github.com/nging-plugins/caddymanager v1.5.13 h1:FF2upc5Aobl7ihDzJPOW6hKtFcRj1XR
github.com/nging-plugins/caddymanager v1.5.13/go.mod h1:mwC0+3bf316rBraDgdeOYXS67NipqLS/O+Tb5yACjIQ=
github.com/nging-plugins/collector v1.5.1 h1:ohFGeZYVLOAEqcEBkN6DSzIF/f9bQhMzxh3En1HZ+bU=
github.com/nging-plugins/collector v1.5.1/go.mod h1:9gMQoodJ6Osh7Y6mMDycao0Cq7/mz9ahO0nve4a6xSg=
github.com/nging-plugins/dbmanager v1.5.4 h1:9Z0Oqp4D5qbtXubgGTNsT8gOzL+W1JpAFZLCvuy/dTU=
github.com/nging-plugins/dbmanager v1.5.4/go.mod h1:q6JrYcaJHj3vfGAyG/szZyOpODu9/HNuDbn0/fNKBq0=
github.com/nging-plugins/dbmanager v1.5.5 h1:wzZzJMh/iVCAhAvDcXKJU1ADILPxK0Ltp/o7SPE5sQs=
github.com/nging-plugins/dbmanager v1.5.5/go.mod h1:pqttb/2CSqt+Mue2v1PGmYY8BUFRxQUkfcA/Uk2D5yI=
github.com/nging-plugins/ddnsmanager v1.5.7 h1:GIKQxZYeNT40c0TQU005TQHlc2yPEB4sE9zvCLabVN8=
github.com/nging-plugins/ddnsmanager v1.5.7/go.mod h1:tM3NT35lQ7LFxhaSSj6uOeyfxc1+RJkC3ZppQbtmy38=
github.com/nging-plugins/dlmanager v1.5.4 h1:1THk5LvGs84ZMZFYz/ykLBRxS4+zI+FFiZYM3FHOayo=
Expand Down
1 change: 1 addition & 0 deletions public/assets/backend/js/behaviour/page/file.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function initCodeMirrorEditor() {
var editor = CodeMirror.fromTextArea(obj, cfg);
editor.setOption('lineWrapping', true);
editor.setSize('auto', '100%');
editor.on('keypress', function(){editor.showHint();});
return editor
};
editor = newInstance($("#file-edit-content")[0]);
Expand Down
2 changes: 1 addition & 1 deletion public/assets/backend/js/behaviour/page/file.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c53c225

Please sign in to comment.