use htmlshot at cupcakes.hivelearningnetworks.org:3000.
This commit is contained in:
Родитель
0d48d2d39e
Коммит
2b9b0c6098
|
@ -23,7 +23,7 @@ define(function(require) {
|
||||||
},
|
},
|
||||||
handleExportToPNG: function(e) {
|
handleExportToPNG: function(e) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
window.open('http://localhost:3000/shot?html=' +
|
window.open('http://cupcakes.hivelearningnetworks.org:3000/shot?html=' +
|
||||||
encodeURIComponent(this.props.html));
|
encodeURIComponent(this.props.html));
|
||||||
},
|
},
|
||||||
createDataURL: function(html) {
|
createDataURL: function(html) {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче