mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Fix tests to use local proxy
This commit is contained in:
parent
0a7df6d9b9
commit
349d0a300c
@ -115,7 +115,7 @@ var h2cSelector, h2cOptions;
|
||||
$(h2cSelector).html2canvas($.extend({
|
||||
logging: true,
|
||||
profile: true,
|
||||
proxy: "http://html2canvas.appspot.com/query",
|
||||
proxy: "http://localhost:8082",
|
||||
useCORS: false
|
||||
}, h2cOptions));
|
||||
}, 100);
|
||||
|
Loading…
Reference in New Issue
Block a user