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
W
www.gafam.info
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
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
GAFAM
www.gafam.info
Commits
d72865a3
Commit
d72865a3
authored
May 17, 2018
by
The GAFAM tech collective
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Deactivate GitHub embedding widget
parent
1e2fcfaf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
CHANGES.rst
CHANGES.rst
+1
-0
src/js/main.js
src/js/main.js
+13
-2
No files found.
CHANGES.rst
View file @
d72865a3
...
...
@@ -12,6 +12,7 @@ in progress
- Hide sections "Resources", "Translations" and "What else?"
- Update page metadata
- Update some texts and page content
- Deactivate GitHub embedding widget
2018-02-06 0.6.0
----------------
...
...
src/js/main.js
View file @
d72865a3
...
...
@@ -14,6 +14,15 @@ $(document).ready(function() {
// Propagate version
$
(
'
#version
'
).
html
(
__version__
);
// Initialize GitHub embedding widget
//initialize_github_embed();
// Initialize video player
initialize_video_player
();
});
function
initialize_github_embed
()
{
// Embed things from GitHub
githubEmbed
(
'
.github-gafam-poster-translations
'
,
{
"
owner
"
:
"
gafam
"
,
...
...
@@ -78,7 +87,9 @@ $(document).ready(function() {
}
]
});
}
function
initialize_video_player
()
{
// Initialize video player
require
(
'
flowplayer/dist/skin/skin.css
'
)
...
...
@@ -93,9 +104,9 @@ $(document).ready(function() {
clip
:
{
sources
:
[{
type
:
'
video/mp4
'
,
src
:
'
https://ptrace.gafam.info/2017-12-22_lqdn-gafam-paris.mp4
'
src
:
'
https://ptrace.gafam.info/
assets/
2017-12-22_lqdn-gafam-paris.mp4
'
}]
}
});
}
);
}
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