Skip to content

Commit

Permalink
SAK-31372 "+" indicating content in Folder does not appear in Mobile (s…
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and juanjmerono committed Jun 20, 2016
1 parent aa187b8 commit 079958b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@
<img src="#imageLink($item.iconLocation)" border= "0" alt="$item.hoverText" hspace="0" /></span>
#else
<span class="$iconDecor visible-sm-inline visible-xs-inline">
<img src="#imageLink($item.iconLocation)" border= "0" alt="$item.hoverText" hspace="0" /></span>
<img src="#imageLink($item.expandIconLocation)" border= "0" alt="$item.hoverText" hspace="0" /></span>
<a class="hidden-sm hidden-xs $iconDecor" href="#"
#if($item.isExpanded())
onclick="document.getElementById('sakai_action').value='doCollapse_collection';document.getElementById('collectionId').value='$qid';document.getElementById('showForm').submit();"
Expand Down

0 comments on commit 079958b

Please sign in to comment.