Skip to content

Commit

Permalink
Removed js
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Apr 14, 2011
1 parent 12fe602 commit dd5af84
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions templates/layout.caml
Expand Up @@ -41,34 +41,5 @@
</div>
</div> <!--! end of #container -->

<!-- JavaScript at the bottom for fast page loading -->

<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>')</script>


<!-- scripts concatenated and minified via ant build script-->
<script src="js/plugins.js"></script>
<script src="js/script.js"></script>
<!-- end scripts-->


<!--[if lt IE 7 ]>
<script src="js/libs/DD_belatedPNG_0.0.8a-min.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]-->


{{#production}}
<!-- mathiasbynens.be/notes/async-analytics-snippet Change UA-XXXXX-X to be your site's ID -->
<script>
var _gaq=[['_setAccount','UA-3438369-9'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1;
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
{{/production}}

</body>
</html>
2 changes: 1 addition & 1 deletion templates/upload_success.caml
Expand Up @@ -3,5 +3,5 @@
Share this link with your friend. But remember... it can be seen only once.
</p>
<input id="url" value="{{url}}" />
<small>Click to copy</small>
<small>Copy & Share</small>
</div>

0 comments on commit dd5af84

Please sign in to comment.