Commit bd268499 authored by platyhouse's avatar platyhouse

.

parent 16ad5fc7
......@@ -3,7 +3,7 @@
</script>
<?php
$newAppVer = "1.11.0";
$newAppVer = "1.12.0";
{
require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php");
$package_name = $this->config->mobileapp->packageName;
......
......@@ -21,7 +21,7 @@
<div class="pull-right hidden-xs">
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div>
<strong><a href="http://platyhouse.com/"><?=$this->config->system->appName?> Administrator</a>. 관리자페이지 문의 : 010-7539-7017(매니져). </strong> storyShare PlatyFramework v1.3.4 All rights reserved.
<strong><a href="http://platyhouse.com/"><?=$this->config->system->appName?> Administrator</a>. 관리자페이지 문의 : 010-7539-7017(매니져). </strong> storyShare PlatyFramework v1.3.5 All rights reserved.
</footer>
<div class="modal fade" id="removeDialog">
<div class="modal-dialog">
......@@ -64,6 +64,10 @@
</div>
<script>
$(function () {
//Initialize Select2 Elements
$('.select2').select2()
consoleLog = function(msg) {//See https://stackoverflow.com/a/27074218/470749
var e = new Error();
if (!e.stack)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment