aboutsummaryrefslogtreecommitdiff
path: root/js/components/colorbar.reel/colorbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/components/colorbar.reel/colorbar.html')
-rwxr-xr-xjs/components/colorbar.reel/colorbar.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/js/components/colorbar.reel/colorbar.html b/js/components/colorbar.reel/colorbar.html
index fc31d742..db5cc107 100755
--- a/js/components/colorbar.reel/colorbar.html
+++ b/js/components/colorbar.reel/colorbar.html
@@ -32,9 +32,9 @@ POSSIBILITY OF SUCH DAMAGE.
32--> 32-->
33<html> 33<html>
34 <head> 34 <head>
35 35
36 <link rel="stylesheet" type="text/css" href="css/colorbar.css"> 36 <link rel="stylesheet" type="text/css" href="css/colorbar.css">
37 37
38 <script type="text/montage-serialization"> 38 <script type="text/montage-serialization">
39 { 39 {
40 "owner": { 40 "owner": {
@@ -46,13 +46,13 @@ POSSIBILITY OF SUCH DAMAGE.
46 } 46 }
47 } 47 }
48 </script> 48 </script>
49 49
50 </head> 50 </head>
51 51
52 <body> 52 <body>
53 53
54 <canvas data-montage-id="colorbar" class="colorbar"></canvas> 54 <canvas data-montage-id="colorbar" class="colorbar"></canvas>
55 55
56 </body> 56 </body>
57 57
58</html> 58</html>