Skip to content

Commit

Permalink
Merge pull request #519 from LaurentGoderre/v3.0
Browse files Browse the repository at this point in the history
Renamed the bin folder because it is reserved for libraries in IIS
  • Loading branch information
LaurentGoderre committed Oct 4, 2012
2 parents 2540fca + 82e8665 commit 87c0098
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion build/js/pe-ap-min.js

Large diffs are not rendered by default.

File renamed without changes.
2 changes: 1 addition & 1 deletion src/js/build.xml
Expand Up @@ -27,7 +27,7 @@
<resources>
<fileset dir="${src.dir}">
<include name="images/**"/>
<include name="bin/**"/>
<include name="binary/**"/>
<include name="jquerymobile/*.min.js"/>
<include name="*.js"/>
<exclude name="pe-ap.js"/>
Expand Down
2 changes: 1 addition & 1 deletion src/js/workers/multimedia.js
Expand Up @@ -55,7 +55,7 @@
poster,
fbVideoType = 'video/mp4',
fbAudioType = 'audio/mp3', //MP3
fbBin = _pe.add.liblocation + 'bin/multimedia.swf?seed=' + Math.random(),
fbBin = _pe.add.liblocation + 'binary/multimedia.swf?seed=' + Math.random(),
fbVars,
evtmgr;

Expand Down

0 comments on commit 87c0098

Please sign in to comment.