Commit f59f6a54 by Matt Toback

Standardized on fa-link icon for Link instead of external-link, which generally…

Standardized on fa-link icon for Link instead of external-link, which generally means Open In New Window or Go Offsite
parent 6fe850e2
...@@ -89,7 +89,7 @@ ...@@ -89,7 +89,7 @@
<script type="text/ng-template" id="shareLink.html"> <script type="text/ng-template" id="shareLink.html">
<div class="share-modal-big-icon"> <div class="share-modal-big-icon">
<i class="fa fa-external-link"></i> <i class="fa fa-link"></i>
</div> </div>
<div ng-include src="'shareLinkOptions.html'"></div> <div ng-include src="'shareLinkOptions.html'"></div>
......
...@@ -123,7 +123,7 @@ function (angular, $, _) { ...@@ -123,7 +123,7 @@ function (angular, $, _) {
} }
var menuTemplate; var menuTemplate;
if ($(e.target).hasClass('fa-external-link')) { if ($(e.target).hasClass('fa-link')) {
menuTemplate = createExternalLinkMenu($scope); menuTemplate = createExternalLinkMenu($scope);
} else { } else {
menuTemplate = createMenuTemplate($scope); menuTemplate = createMenuTemplate($scope);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment