|
@@ -50,7 +50,7 @@
|
|
|
+"scope=snsapi_base";
|
|
|
}
|
|
|
|
|
|
- //window.location.href = url;
|
|
|
+ window.location.href = url;
|
|
|
$.get(url ,function(data,status){
|
|
|
console.log("Data: " + data + "nStatus: " + status);
|
|
|
$.post("demo_ajax_gethint.html",{suggest:txt},function(result){
|