Skip to content

Commit

Permalink
Merge pull request sakaiproject#2663 from SedueRey/SAK-30971
Browse files Browse the repository at this point in the history
SAK-30971 - "Edit" appears even when you`re already editing tool
  • Loading branch information
juanjmerono committed May 26, 2016
2 parents 37b5357 + e7db1db commit e1dbec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/web-portlet/src/bundle/vm/edit.vm
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ $(document).ready(function() {
</div> <!-- End of row -->
</div> <!-- End of container -->
<div></div>
<script type="text/javascript">$(document).ready(function () { fontawesome_icon_picker('#fa_icon'); });</script>
<script type="text/javascript">$(document).ready(function () { $('.Mrphs-toolTitleNav__link.Mrphs-toolTitleNav__link--edit').hide(); fontawesome_icon_picker('#fa_icon'); });</script>
</div>

0 comments on commit e1dbec0

Please sign in to comment.