second display

This commit is contained in:
Aung Kyaw Phyoe
2019-02-26 10:59:39 +06:30
parent 0ce267a7ac
commit ab666e7f82
6 changed files with 47 additions and 6 deletions

View File

@@ -10,6 +10,9 @@
</div>
<script type="text/javascript">
$(document).ready(function () {
//html font-size for second display till 35px!
// document.getElementsByTagName( "html" )[0].style[ "font-size" ] = "35px";
$('#s_reload').on('click', function () {
window.location.href = '/origami/second_display';
});