Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
vidjil
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1,688
Issues
1,688
List
Boards
Labels
Service Desk
Milestones
Merge Requests
84
Merge Requests
84
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vidjil
vidjil
Commits
ff834145
Commit
ff834145
authored
Feb 04, 2016
by
Ryan Herbert
Committed by
Vidjil Team
Mar 08, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
builder:js Replaced info and play/stop buttons with utf characters
parent
11e8854a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
browser/js/builder.js
browser/js/builder.js
+3
-3
No files found.
browser/js/builder.js
View file @
ff834145
...
@@ -457,7 +457,7 @@ Builder.prototype = {
...
@@ -457,7 +457,7 @@ Builder.prototype = {
sample_div
.
className
=
"
sample_details
"
sample_div
.
className
=
"
sample_details
"
var
infoTime
=
self
.
createClickableElem
(
'
span
'
,
var
infoTime
=
self
.
createClickableElem
(
'
span
'
,
[
document
.
createTextNode
(
"
Info
"
)],
[
document
.
createTextNode
(
"
\
u24D8
"
)],
""
,
""
,
"
button_left
"
,
"
button_left
"
,
function
()
{
function
()
{
...
@@ -493,7 +493,7 @@ Builder.prototype = {
...
@@ -493,7 +493,7 @@ Builder.prototype = {
if
(
self
.
m
.
isPlaying
){
if
(
self
.
m
.
isPlaying
){
var
stop
=
self
.
createClickableElem
(
'
span
'
,
var
stop
=
self
.
createClickableElem
(
'
span
'
,
[
document
.
createTextNode
(
"
stop
"
)],
[
document
.
createTextNode
(
"
\
u25A0
"
)],
""
,
""
,
"
stop_button button_left
"
,
"
stop_button button_left
"
,
function
()
{
function
()
{
...
@@ -504,7 +504,7 @@ Builder.prototype = {
...
@@ -504,7 +504,7 @@ Builder.prototype = {
sample_div
.
appendChild
(
stop
)
sample_div
.
appendChild
(
stop
)
}
else
{
}
else
{
var
play
=
self
.
createClickableElem
(
'
span
'
,
var
play
=
self
.
createClickableElem
(
'
span
'
,
[
document
.
createTextNode
(
"
play
"
)],
[
document
.
createTextNode
(
"
\
u25B6
"
)],
""
,
""
,
"
play_button button_left
"
,
"
play_button button_left
"
,
function
()
{
function
()
{
...
...
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