added bubble popping
This commit is contained in:
parent
e604687add
commit
9169541bae
@ -24,8 +24,13 @@
|
|||||||
{% block scripts %}
|
{% block scripts %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
$("#pageHeader").hide();
|
$("#pageHeader").hide();
|
||||||
|
|
||||||
|
$(".bubble").each(function() {
|
||||||
|
$(this).on("click", function() {
|
||||||
|
$(this).remove();
|
||||||
|
});
|
||||||
|
});
|
||||||
})
|
})
|
||||||
</script>
|
</script>
|
||||||
{% endblock scripts %}
|
{% endblock scripts %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user