Skip to content

Commit

Permalink
Weeding some useless lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Jan 15, 2016
1 parent 02e519a commit 976b777
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions panoramix/templates/panoramix/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,6 @@ <h4 class="modal-title">Datasource Description</h4>
<script>
$(document).ready(px.initExploreView);
$(document).ready(function() {
console.log(px);
var data = $('.slice').data('slice');
var slice = px.Slice(data);
$('.slice').data('slice', slice);
Expand All @@ -224,9 +223,5 @@ <h4 class="modal-title">Datasource Description</h4>
.attr("data-onstyle", "default")
.bootstrapToggle({size: 'mini'});
$('div.toggle').addClass('pull-right');

$(window).on('hashchange', function() {
console.log("change occurred");
});
</script>
{% endblock %}

0 comments on commit 976b777

Please sign in to comment.