Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
smart_core_connect
/
core-connect
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
7de2e5d2
authored
May 18, 2018
by
Wittaya-PIM
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Aof update
parent
c5581a40
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
www/src/Template/UserCards/create_cards.ctp
+1
-1
No files found.
www/src/Template/UserCards/create_cards.ctp
View file @
7de2e5d2
...
@@ -49,7 +49,7 @@
...
@@ -49,7 +49,7 @@
var date = document.getElementById("date");
var date = document.getElementById("date");
$(document).ready(function() {
$(document).ready(function() {
$("#organize_code").on('change',function(){
$("#organize_code").on('change',function(){
var organize_code = document.getElementById("organize_code").value
var organize_code = document.getElementById("organize_code").value
;
alert(organize_code);
alert(organize_code);
$.post("/UserCards/checkOrg", {organize_code: organize_code}, function(data) {
$.post("/UserCards/checkOrg", {organize_code: organize_code}, function(data) {
if(data!='false'){
if(data!='false'){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment