Skip to content

Commit

Permalink
SAK-47320 Lessons double/multi click reorder save button may cause in…
Browse files Browse the repository at this point in the history
…finite loop (sakaiproject#10553)
  • Loading branch information
austin48 authored May 17, 2022
1 parent f4b74f4 commit 151fc62
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lessonbuilder/tool/src/webapp/templates/Reorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<link rsf:id="scr=portal-matter" href="/library/skin/default/tool.css" type="text/css" rel="stylesheet" media="all" />
<script>includeLatestJQuery('Reorder.html');</script>
<script src="/library/js/fluid/1.5/MyInfusion.js"></script>
<script src="/library/js/spinner.js"></script>
<script type="text/javascript" src="$context/js/reorder.js"></script>
<link rel="stylesheet" rsf:id="scr=rewrite-url" href="../css/Simplepagetool.css" type="text/css"/>
<title rsf:id="msg=simplepage.reorder_header"></title>
Expand Down Expand Up @@ -74,7 +75,8 @@ <h3 rsf:id="section-label" class="section-label"></h3>
<p class="act">
<input type="hidden" rsf:id="otherpage" id="otherpage" />
<input type="hidden" rsf:id="order" id="order" />
<input type="submit" rsf:id="save" id="save"/>
<input type="hidden" rsf:id="save" id="save"/>
<input type="button" value="Save" onclick="SPNR.disableControlsAndSpin( this, null );this.form.submit();return false;"/>
<input type="submit" rsf:id="cancel" />
</p>
</form>
Expand Down

0 comments on commit 151fc62

Please sign in to comment.