CODE STYLE Formating

Change format files
This commit is contained in:
norahmollo
2012-10-18 17:00:03 +00:00
parent 2d90e0653d
commit 2a6fe7db20
11 changed files with 851 additions and 879 deletions

View File

@@ -57,9 +57,6 @@ function cal_popup1 (str_datetime) {
);
obj_calwindow.opener = window;
obj_calwindow.focus();
}
// timestamp generating function
@@ -160,3 +157,4 @@ function cal_error (str_message) {
alert (str_message);
return null;
}