Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

Commit

Permalink
Add WebTrends script
Browse files Browse the repository at this point in the history
  • Loading branch information
sork committed May 1, 2012
1 parent e07809f commit 9a1d966
Show file tree
Hide file tree
Showing 3 changed files with 591 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bin/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ cd $CURDIR
echo "Removing unnecessary js files from the build directory"
find $BUILDDIR/js -type f -not \( -name "game.js" -o -name "home.js" -o -name "log.js" -o -name "require-jquery.js" -o -name "modernizr.js" -o -name "css3-mediaqueries.js" -o -name "mapworker.js" -o -name "detect.js" -o -name "underscore.min.js" -o -name "text.js" \) -delete

echo "Copy webtrends script to the js/lib directory"
cp $PROJECTDIR/lib/webtrends.js $BUILDDIR/js/lib/webtrends.js

echo "Removing sprites directory"
rm -rf $BUILDDIR/sprites

Expand Down
1 change: 1 addition & 0 deletions client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
<div class="alert">
You need to enable JavaScript to play BrowserQuest.
</div>
<div><img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="//statse.webtrendslive.com/dcsvlku5wuz5bd4gox6346tsk_4e6o/njs.gif?dcsuri=/nojavascript&amp;WT.js=No&amp;WT.tv=9.4.0&amp;dcssip=www.browserquest.mozilla.org"/></div>
</noscript>
<a id="moztab" class="clickable" target="_blank" href="http://www.mozilla.org/"></a>
<div id="intro">
Expand Down
Loading

0 comments on commit 9a1d966

Please sign in to comment.