aboutsummaryrefslogtreecommitdiffstats
path: root/js
diff options
context:
space:
mode:
author藍挺瑋 <lantw44@gmail.com>2012-12-20 17:48:34 +0800
committerLAN-TW <lantw44@xwinexp.tfcis.org>2012-12-20 17:48:34 +0800
commitaf0698675fffb1cf9dd6fbc6e39a6e4ef5193cf6 (patch)
tree555f3dd8df2c6781b97169599c9f29b8112ee382 /js
parent6b8313ff617a5e33d45bed23aeca7bdcb1ea5bfe (diff)
downloadinccalendar-af0698675fffb1cf9dd6fbc6e39a6e4ef5193cf6.tar.gz
inccalendar-af0698675fffb1cf9dd6fbc6e39a6e4ef5193cf6.tar.zst
inccalendar-af0698675fffb1cf9dd6fbc6e39a6e4ef5193cf6.zip
準備 CEIBA 匯入的使用者界面
Diffstat (limited to 'js')
-rw-r--r--js/imnc.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/js/imnc.js b/js/imnc.js
new file mode 100644
index 0000000..db86053
--- /dev/null
+++ b/js/imnc.js
@@ -0,0 +1,10 @@
+function imnc_init(){
+ status_bar_clear();
+ document.getElementById("imstepforminit").style.display = "none";
+ document.getElementById("imntuceibainfo").style.display = "block";
+}
+
+function imnc_deinit(){
+ document.getElementById("imstepforminit").style.display = "block";
+ document.getElementById("imntuceibainfo").style.display = "none";
+}