pyc-website

main website for pyc inc.

git clone https://9o.is/git/pyc-website.git

commit df6b664480ac531ac42bbbe89dc618a382c7db2a
parent b6143ac022f6392f4fad3dbe83740da1af1a2d33
Author: Jul <jul@9o.is>
Date:   Fri, 17 Oct 2014 14:52:20 -0400

removed double link to atm page in map

Diffstat:
Msrc/main/webapp/templates-hidden/parts/atm-map.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/templates-hidden/parts/atm-map.html b/src/main/webapp/templates-hidden/parts/atm-map.html @@ -37,12 +37,12 @@ <div class="row"> <div class="col-md-5 col-lg-12"> - <a href="{{ pageAtm(currentMarker) }}" target="_blank"> + <a href="#"> <img class="img-thumbnail atm-profile" ng-src="{{ imageAtm(currentMarker,0) }}" /> </a> </div> <div class="col-md-7 col-lg-12"> - <a href="{{ pageAtm(currentMarker) }}" target="_blank" class="atm-profile-name break-word nounderline"> + <a href="#" class="atm-profile-name break-word nounderline"> {{currentMarker.name}} </a> </div>