Plugin Directory

Changeset 1966176


Ignore:
Timestamp:
10/31/2018 03:23:50 AM (7 years ago)
Author:
oggix
Message:

fix: Kalimantan Utara

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ongkoskirim-id/trunk/public/js/ongkoskirim-id-public.js

    r1815414 r1966176  
    7575            if( state == null || typeof state == 'undefined' || state == "" )
    7676                return true;
     77            if( state == 'KU' ) state = 'KA';
    7778
    7879            if( debug ) console.log("ref_city[state]");
    7980            if( debug ) console.log(ref_city);
     81            if( debug ) console.log(state);
    8082
    8183            $.each( ref_city[state], function( key, value ) {
Note: See TracChangeset for help on using the changeset viewer.