Subversion Repositories SmartDukaan

Rev

Rev 31771 | Rev 33081 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31771 Rev 32885
Line 867... Line 867...
867
					+ regionId + "&positionId=" + positionId,
867
					+ regionId + "&positionId=" + positionId,
868
					JSON.stringify(selectedFofoIds), function(
868
					JSON.stringify(selectedFofoIds), function(
869
						response) {
869
						response) {
870
					if (response == "true") {
870
					if (response == "true") {
871
						alert("Update successfully");
871
						alert("Update successfully");
872
						loadCreatePosition("main-content");
872
						//loadCreatePosition("main-content");
873
					}
873
					}
874
				});
874
				});
875
			}
875
			}
876
 
876
 
877
		});
877
		});