Skip to content

Commit

Permalink
SAK-50100 Lessons use central cluetip for correct images (sakaiprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
ottenhoff authored May 30, 2024
1 parent 2e5588f commit ea20e34
Show file tree
Hide file tree
Showing 31 changed files with 4 additions and 2,037 deletions.
239 changes: 0 additions & 239 deletions lessonbuilder/tool/src/webapp/css/jquery.cluetip.css

This file was deleted.

7 changes: 0 additions & 7 deletions lessonbuilder/tool/src/webapp/js/jquery.cluetip.min.js

This file was deleted.

4 changes: 2 additions & 2 deletions lessonbuilder/tool/src/webapp/templates/ShowItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
<script rsf:id="redirect">
location.href = document.getElementById("redirect-link").href;
</script>
<script src="$context/js/jquery.cluetip.min.js"></script>
<link rel="stylesheet" href="$context/css/jquery.cluetip.css" type="text/css" />
<script src="/library/src/webapp/js/jquery/cluetip/1.2.10/jquery.cluetip.min.js"></script>
<link rel="stylesheet" href="/library/src/webapp/js/jquery/cluetip/1.2.10/css/jquery.cluetip.css" type="text/css" />

<script>
$(function() {
Expand Down
4 changes: 2 additions & 2 deletions lessonbuilder/tool/src/webapp/templates/ShowPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
<script src="$context/js/jqBarGraph.1.1.customized.js"></script>
<script src="$context/js/jquery.oembed.js"></script>
<link rel="stylesheet" href="$context/js/jquery.oembed.css" type="text/css" />
<script src="$context/js/jquery.cluetip.min.js"></script>
<link rel="stylesheet" href="$context/css/jquery.cluetip.css" type="text/css" />
<script src="/library/src/webapp/js/jquery/cluetip/1.2.10/jquery.cluetip.min.js"></script>
<link rel="stylesheet" href="/library/src/webapp/js/jquery/cluetip/1.2.10/css/jquery.cluetip.css" type="text/css" />
<link rel="stylesheet" href="/library/editor/ckextraplugins/folder-listing/css/file-tree.css" type="text/css" />
<script src="$context/js/peer-eval.js"></script>
<script src="$context/js/hoverIntent.js"></script>
Expand Down
Loading

0 comments on commit ea20e34

Please sign in to comment.