diff --git a/debian/changelog b/debian/changelog index 1e7dabb3..cb636a1c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -hedera-web (1.215-deb8) stable; urgency=low +hedera-web (1.217-deb8) stable; urgency=low * Initial Release. diff --git a/web/forms/admin/photos/photos.js b/web/forms/admin/photos/photos.js index dca40fbf..b542d5f9 100755 --- a/web/forms/admin/photos/photos.js +++ b/web/forms/admin/photos/photos.js @@ -8,6 +8,8 @@ Vn.Photos = new Class this.$('schema').value = 'catalog'; this.$('photo-size').value = 10 /* MB */ * 1048576; this.$('photo-id').focus (); + this.$('form').action = + '//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image'; } ,onFormSubmit: function () diff --git a/web/forms/admin/photos/ui.xml b/web/forms/admin/photos/ui.xml index c0b67e9f..4f83c08e 100755 --- a/web/forms/admin/photos/ui.xml +++ b/web/forms/admin/photos/ui.xml @@ -6,9 +6,9 @@