Commit 4bf0ecdb authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Merge branch 'feature-RemoveOldReferencesToPublicDir' into 'dev'

Corrige ruta de imagen OG y marcador por defecto

See merge request redmic-project/client/web!48
parents 07d0f567 d425d04f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@ define([
				baseMetaTags: {
					"og:type": "website",
					"og:url": window.location.href,
					"og:image": "https://redmic.es/public/resources/images/logos/redmic-logo-1200x1200.jpg",
					"og:image": "https://redmic.es/resources/images/logos/redmic-logo-1200x1200.jpg",
					"og:image:type": "image/jpeg",
					"og:image:width": "1200",
					"og:image:height": "1200",
+1 −1
Original line number Diff line number Diff line
@@ -78,7 +78,7 @@ define([

		_initialize: function() {

			L.Icon.Default.imagePath = "/public/javascript/leaflet/dist/images";
			L.Icon.Default.imagePath = "/javascript/leaflet/dist/images";

			this.mapParentNode = put("div.map");
			this.mapNode = put(this.mapParentNode, "div.map");