Updated share panel/dash look, added copy to clipboard button (using ZeroClipboard lib), #1554

This commit is contained in:
Torkel Ödegaard
2015-03-05 16:52:32 +01:00
parent 4f8d22796a
commit 5ccd3e2f84
8 changed files with 2661 additions and 26 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ page.open(params.url, function (status) {
return $('canvas').length > 0;
});
if (canvas || tries === 10000) {
if (canvas || tries === 10) {
page.render(params.png);
phantom.exit();
}