[minor] removed references to server.py

This commit is contained in:
Anand Doshi 2013-10-17 20:00:52 +05:30
parent f146e8b7f5
commit 6294452435

View File

@ -12,7 +12,7 @@ window.get_product_list = function() {
$.ajax({
method: "GET",
url: "server.py",
url: "/",
dataType: "json",
data: {
cmd: "selling.utils.product.get_product_list",