mirror of
https://github.com/niklasvh/html2canvas.git
synced 2023-08-10 21:13:10 +03:00
Render correct element
This commit is contained in:
@ -17,7 +17,7 @@ var h2cSelector, h2cOptions;
|
||||
document.write(srcStart + '/src/' + html2canvas[i] + '.js?' + Math.random() + scrEnd);
|
||||
}
|
||||
window.onload = function() {
|
||||
h2cSelector = [document.body];
|
||||
h2cSelector = [document.documentElement];
|
||||
|
||||
if (window.setUp) {
|
||||
window.setUp();
|
||||
|
Reference in New Issue
Block a user