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