Skip to content

Commit

Permalink
SAK-30868 Customize Web Content. Can´t set focus (sakaiproject#2281)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogj authored and ottenhoff committed Apr 20, 2016
1 parent ccb442f commit 44ec38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/web-portlet/src/bundle/vm/edit.vm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $(document).ready(function() {
</div>
<div class="clear"></div>
#end
<div class="container pull-left">
<div class="container-fluid">
<div class="row">
<div class="col-sm-6">
<form action="$actionUrl" method="post" name="customizeForm" >
Expand Down Expand Up @@ -104,6 +104,6 @@ $(document).ready(function() {
</div> <!-- End of col -->
</div> <!-- End of row -->
</div> <!-- End of container -->
<div class="clearfix"></div>
<div></div>
<script type="text/javascript">$(document).ready(function () { fontawesome_icon_picker('#fa_icon'); });</script>
</div>

0 comments on commit 44ec38b

Please sign in to comment.