Changeset 1966176
- Timestamp:
- 10/31/2018 03:23:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ongkoskirim-id/trunk/public/js/ongkoskirim-id-public.js
r1815414 r1966176 75 75 if( state == null || typeof state == 'undefined' || state == "" ) 76 76 return true; 77 if( state == 'KU' ) state = 'KA'; 77 78 78 79 if( debug ) console.log("ref_city[state]"); 79 80 if( debug ) console.log(ref_city); 81 if( debug ) console.log(state); 80 82 81 83 $.each( ref_city[state], function( key, value ) {
Note: See TracChangeset
for help on using the changeset viewer.