Subversion Repositories SmartDukaan

Rev

Rev 36922 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36922 Rev 37171
Line 131... Line 131...
131
        }
131
        }
132
    });
132
    });
133
 
133
 
134
}
134
}
135
 
135
 
-
 
136
$(function () {
-
 
137
    formatCurrency();
-
 
138
});
-
 
139
 
136
function doAjaxRequestWithJsonHandler(urlString, httpType, json, callback_function) {
140
function doAjaxRequestWithJsonHandler(urlString, httpType, json, callback_function) {
137
    $.ajax({
141
    $.ajax({
138
        url: urlString,
142
        url: urlString,
139
        async: true,
143
        async: true,
140
        cache: false,
144
        cache: false,