Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also .
base repository: gsathya/compass
base: master
head repository: gsathya/compass
compare: single_page_app
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 2 files changed
  • 0 comments
  • 1 contributor
Commits on Sep 16, 2012
Showing with 2 additions and 0 deletions.
  1. +1 −0 static/js/custom.js
  2. +1 −0 templates/index.html
@@ -22,6 +22,7 @@ function doAjax(){
$('html, body').animate({
scrollTop: $('#result').offset().top
}, 1000);
$('span[rel=tooltip]').tooltip();
});
}
}
@@ -163,6 +163,7 @@ <h3> Display </h3>
-->
<script src="{{ url_for('static', filename='js/jquery-1.8.0.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap.min.js') }}"></script>
<script src="{{ url_for('static', filename='js/bootstrap-tooltip.js') }}"></script>
<script src="{{ url_for('static', filename='js/custom.js') }}"></script>
<script>
doAjax();

No commit comments for this range