Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
2
21_22-J-02
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
21_22-J-02
21_22-J-02
Commits
a55c1994
Commit
a55c1994
authored
Apr 25, 2022
by
NaweenTharuka
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: Resolve issues of color cube checker
parent
d4769206
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
355 additions
and
189 deletions
+355
-189
Presently/presently/db.sqlite3
Presently/presently/db.sqlite3
+0
-0
Presently/presently/users/models/output.wav
Presently/presently/users/models/output.wav
+0
-0
Presently/presently/users/templates/users/base.html
Presently/presently/users/templates/users/base.html
+1
-20
Presently/presently/users/templates/users/colourcube.html
Presently/presently/users/templates/users/colourcube.html
+354
-169
No files found.
Presently/presently/db.sqlite3
View file @
a55c1994
No preview for this file type
Presently/presently/users/models/output.wav
View file @
a55c1994
No preview for this file type
Presently/presently/users/templates/users/base.html
View file @
a55c1994
...
...
@@ -233,26 +233,7 @@
clickable
:
"
.dropzone-attach-files
"
});
</script>
<script
src=
"https://code.jquery.com/jquery-3.4.1.min.js"
integrity=
"sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin=
"anonymous"
></script>
<script
type=
"text/javascript"
src=
"{% static 'users/assets/js/tinycolor.js' %}"
></script>
<script
type=
"text/javascript"
src=
"{% static 'users/assets/js/colorcube.js' %}"
></script>
<script>
(
function
(
i
,
s
,
o
,
g
,
r
,
a
,
m
)
{
i
[
'
GoogleAnalyticsObject
'
]
=
r
;
i
[
r
]
=
i
[
r
]
||
function
()
{
(
i
[
r
].
q
=
i
[
r
].
q
||
[]).
push
(
arguments
)
},
i
[
r
].
l
=
1
*
new
Date
();
a
=
s
.
createElement
(
o
),
m
=
s
.
getElementsByTagName
(
o
)[
0
];
a
.
async
=
1
;
a
.
src
=
g
;
m
.
parentNode
.
insertBefore
(
a
,
m
)
})(
window
,
document
,
'
script
'
,
'
https://www.google-analytics.com/analytics.js
'
,
'
ga
'
);
ga
(
'
create
'
,
'
UA-43388256-3
'
,
'
auto
'
);
ga
(
'
send
'
,
'
pageview
'
);
</script>
</body>
</html>
\ No newline at end of file
Presently/presently/users/templates/users/colourcube.html
View file @
a55c1994
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment