use htmlshot at cupcakes.hivelearningnetworks.org:3000.

This commit is contained in:
Atul Varma 2015-01-08 12:27:01 -05:00
Родитель 0d48d2d39e
Коммит 2b9b0c6098
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ define(function(require) {
},
handleExportToPNG: function(e) {
e.preventDefault();
window.open('http://localhost:3000/shot?html=' +
window.open('http://cupcakes.hivelearningnetworks.org:3000/shot?html=' +
encodeURIComponent(this.props.html));
},
createDataURL: function(html) {