Skip to content

Commit

Permalink
fix: restore ui link (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez authored Jan 12, 2024
1 parent d011249 commit bf62416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta/plugin/unbalanced.page
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ $unbalanced_version = shell_exec("cat /usr/local/emhttp/plugins/unbalanced/VERSI
?>

<script type="text/javascript">
// var port = <?=$unbalanced_port;?>;
var port = <?=$unbalanced_port;?>;
// if (document.location.protocol === 'https:') {
// var iport = +port + 1
// port = iport.toString()
Expand Down

0 comments on commit bf62416

Please sign in to comment.