gluttonberg-core 2.5.9 → 2.6.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1023,7 +1023,7 @@ function ThreeSixtyPlayer() {
1023
1023
  for (i=0,j=oItems.length; i<j; i++) {
1024
1024
  oLinks.push(oItems[i].getElementsByTagName('a')[0]);
1025
1025
  // remove "fake" play button (unsupported case)
1026
- oItems[i].style.backgroundImage = 'none';
1026
+ //oItems[i].style.backgroundImage = 'none';
1027
1027
  }
1028
1028
  // grab all links, look for .mp3
1029
1029
 
@@ -889,11 +889,9 @@ Array.prototype.remove= function(){
889
889
  function setUpAudio(){
890
890
  soundManager.setup({
891
891
  useFlashBlock: true, // optional - if used, required flashblock.css
892
- url: '/swf/', // required: path to directory containing SM2 SWF files
893
- debugMode: false
892
+ url: '/assets/gb_swf/', // required: path to directory containing SM2 SWF files
893
+ debugMode: true
894
894
  });
895
- // basicMP3Player = new BasicMP3Player();
896
- // console.log(basicMP3Player)
897
895
  }
898
896
 
899
897
  function setUp360(){