Skip to content

Commit

Permalink
Release 0.34.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TiSiE committed Apr 2, 2020
2 parents bdc28e8 + c1cf6b0 commit bfeef42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion module/Auth/view/auth/index/login-info.phtml
Expand Up @@ -139,7 +139,8 @@ $lang = isset($this->lang)?$this->lang:$defaultLang; ?>
</button></h5>
</div>
<div class="modal-body">
<form id="su-form" action="<?=$this->url('lang/user-switch', [], [], true)?>" method="get" class="form-horizontal"><select id="su-user-list" name="id" class="form-control"></select></form>
<form id="su-form" action="<?=$this->url('lang/user-switch', [], [], true)?>" method="get" class="form-horizontal">
<select id="su-user-list" data-autoinit="false" name="id" class="form-control"></select></form>

<script type="text/javascript">
$('#su-form').submit(function(e) {
Expand Down
2 changes: 1 addition & 1 deletion module/Core/src/Module.php
Expand Up @@ -48,7 +48,7 @@ class Module implements
{
use VersionProviderTrait;

const VERSION = '0.34.0';
const VERSION = '0.34.1';

/**
* @param ModuleOptions $options
Expand Down

0 comments on commit bfeef42

Please sign in to comment.