Browse Source

Makes prezi player work within https pages.

master
Yana Stamcheva 11 years ago
parent
commit
aa19b8b765
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      libs/prezi_player.js

+ 1
- 1
libs/prezi_player.js View File

@@ -15,7 +15,7 @@
15 15
         PreziPlayer.EVENT_STATUS = "statusChange";
16 16
         PreziPlayer.EVENT_PLAYING = "isAutoPlayingChange";
17 17
         PreziPlayer.EVENT_IS_MOVING = "isMovingChange";
18
-        PreziPlayer.domain = "http://prezi.com";
18
+        PreziPlayer.domain = "https://prezi.com";
19 19
         PreziPlayer.path = "/player/";
20 20
         PreziPlayer.players = {};
21 21
         PreziPlayer.binded_methods = ['changesHandler'];

Loading…
Cancel
Save