Commit bd268499 authored by platyhouse's avatar platyhouse

.

parent 16ad5fc7
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
</script> </script>
<?php <?php
$newAppVer = "1.11.0"; $newAppVer = "1.12.0";
{ {
require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php"); require_once(PLATYFRAMEWORK_SYSTEMDIR . "/platyLibrary/external/simpleHtmlDom/simple_html_dom.php");
$package_name = $this->config->mobileapp->packageName; $package_name = $this->config->mobileapp->packageName;
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<div class="pull-right hidden-xs"> <div class="pull-right hidden-xs">
<!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com--> <!-- <b>Mail to</b> : cpueblo@platyhouse.com, http://www.platyhouse.com-->
</div> </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> </footer>
<div class="modal fade" id="removeDialog"> <div class="modal fade" id="removeDialog">
<div class="modal-dialog"> <div class="modal-dialog">
...@@ -64,6 +64,10 @@ ...@@ -64,6 +64,10 @@
</div> </div>
<script> <script>
$(function () { $(function () {
//Initialize Select2 Elements
$('.select2').select2()
consoleLog = function(msg) {//See https://stackoverflow.com/a/27074218/470749 consoleLog = function(msg) {//See https://stackoverflow.com/a/27074218/470749
var e = new Error(); var e = new Error();
if (!e.stack) 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