Skip to content

Commit

Permalink
8.2.17
Browse files Browse the repository at this point in the history
CAW-4 Adjust FA icon for the printer to "print"
  • Loading branch information
pookmish authored Oct 8, 2021
2 parents 2ace4b0 + 12d1543 commit bca7ac2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Stanford News


8.x-2.17
--------------------------------------------------------------------------------
_Release Date: 2021-10-08_

- CAW-4 Adjust FA icon for the printer to "print"


8.x-2.16
--------------------------------------------------------------------------------
_Release Date: 2021-09-09_
Expand Down
2 changes: 1 addition & 1 deletion dist/js/news-node.behaviors.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/js/stanford_news.behavior.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default {
(function ($) {


$('.news-social-media', context).prepend('<div class="widget-wrapper-print"><a href="" class="share-print su-news-header__social-print"><i class="fas fa-printer" aria-hidden="true"></i><span>' + Drupal.t('Print Article') + '</span></a></div>');
$('.news-social-media', context).prepend('<div class="widget-wrapper-print"><a href="" class="share-print su-news-header__social-print"><i class="fas fa-print" aria-hidden="true"></i><span>' + Drupal.t('Print Article') + '</span></a></div>');
$('.news-social-media', context).prepend('<div class="widget-wrapper-forward"><a href="" class="share-forward su-news-header__social-forward"><i class="fas fa-envelope" aria-hidden="true"></i><span>' + Drupal.t('Forward Email') + '</span></a></div>');
$('.news-social-media', context).prepend('<div class="widget-wrapper-linkedin"><a href="" class="share-linkedin su-news-header__social-linkedin"><i aria-hidden="true"></i><span>' + Drupal.t('Stanford LinkedIn') + '</span></a></div>');
$('.news-social-media', context).prepend('<div class="widget-wrapper-twitter"><a href="" class="share-twitter su-news-header__social-twitter"><i aria-hidden="true"></i><span>' + Drupal.t('Stanford Twitter') + '</span></a></div>');
Expand Down
2 changes: 1 addition & 1 deletion stanford_news.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ type: module
description: 'Stanford news items and views.'
core_version_requirement: ^8.8 || ^9
package: Stanford
version: 8.x-2.16
version: 8.x-2.17
dependencies:
- allowed_formats:allowed_formats
- auto_entitylabel:auto_entitylabel
Expand Down

0 comments on commit bca7ac2

Please sign in to comment.