Matthew Chambers 2022-08-13 14:57:30 -05:00
rodzic dada794ccd
commit 485adc6da1
2 zmienionych plików z 5 dodań i 4 usunięć

Wyświetl plik

@ -1140,10 +1140,10 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
</td> </td>
</tr> </tr>
</table> </table>
</td> </td>
</div> </div>
</td> </td>
</tr> </tr>
</table> </table>
<table align="center"> <table align="center">
<tr> <tr>

Wyświetl plik

@ -13679,6 +13679,7 @@ function postInit()
function changeLocale() function changeLocale()
{ {
// set locale and then re-render if needed
renderI18n(); renderI18n();
} }