Modificada ruta para subir imagenes

This commit is contained in:
Juan Ferrer Toribio 2015-09-28 12:34:59 +02:00
parent f66be3dab0
commit e3568ca058
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.219-deb8) stable; urgency=low
hedera-web (1.220-deb8) stable; urgency=low
* Initial Release.

View File

@ -9,7 +9,7 @@ Vn.Photos = new Class
this.$('photo-size').value = 10 /* MB */ * 1048576;
this.$('photo-id').focus ();
this.$('html-form').action =
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
'//'+ Vn.Config['image_host'] +'/rest.php?action=image';
}
,onFormSubmit: function ()

View File

@ -8,7 +8,7 @@ Htk.ImageEditor = new Class
this.builderInit (Htk.ImageEditor.Xml);
this.$('max-size').value = 10 /* MB */ * 1048576;
this.$('form').action =
'//'+ Vn.Config['image_host'] +'/hedera-web/rest.php?action=image';
'//'+ Vn.Config['image_host'] +'/rest.php?action=image';
}
,onNameChange: function ()