diff --git a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
index 4e2d806..ca3bc1b 100644
--- a/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
+++ b/400-SOURCECODE/AIAHTML5.Web/AIAHTML5.Web.csproj
@@ -55,8 +55,6 @@
-
-
@@ -1762,6 +1760,7 @@
+
diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
index 0f4b78a..3692656 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/TileViewListController.js
@@ -185,10 +185,16 @@ function ($scope, $rootScope, $compile, $http, $log, $location, BodyRegions, Bod
debugger;
var pinLength1 = Math.sqrt((638 - 604) * (638 - 604) + (83 - 120) * (83 - 120));
var pinLength = pinLength1.toPrecision(2);
+
+ var pinData = '
';
+
+ //
+
- var pinData = ''
- var divReference = document.getElementById("imageDiv");
- divReference.appendChild(pinData);
+ // var divReference = document.getElementById("imageDiv");
+ // divReference.appendChild(pinData);
+ alert(pinData);
+ $("#imageDiv").append(pinData);
}