Skip to content

Commit

Permalink
OS2DISP-173: Reverted change
Browse files Browse the repository at this point in the history
  • Loading branch information
tuj committed May 13, 2019
1 parent 233e945 commit ea43b36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Resources/public/templates/vimeo/slides/vimeo/vimeo.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// Register the function, if it does not already exist.
if (!window.slideFunctions['vimeo']) {
window.slideFunctions['vimeo'] = {
if (!window.slideFunctions['itk-vimeo']) {
window.slideFunctions['itk-vimeo'] = {
/**
* Setup the slide for rendering.
* @param scope
Expand Down
4 changes: 2 additions & 2 deletions Resources/public/templates/vimeo/slides/vimeo/vimeo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "vimeo",
"id": "itk-vimeo",
"theme": "itk",
"tags": [
"ITK", "vimeo"
Expand All @@ -17,7 +17,7 @@
"orientation": "landscape",
"slide_type": "base",
"media_type": "image",
"script_id": "vimeo",
"script_id": "itk-vimeo",
"ideal_dimensions": {
"width": "1920",
"height": "1080"
Expand Down

0 comments on commit ea43b36

Please sign in to comment.