Skip to content

Commit

Permalink
Vanha messages poistettu templatesta
Browse files Browse the repository at this point in the history
  • Loading branch information
Pena86 committed Mar 14, 2019
1 parent 955502d commit 17cea90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
12 changes: 0 additions & 12 deletions web/templates/tupa/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,6 @@
document.getElementById(id).style.display = visibility;
}
</script>
{% if talletettu %}
<script type="text/javascript">
$.jGrowl.defaults.position = 'center';
</script>
<script type="text/javascript">
$(document).ready(function() {
$.jGrowl('{{talletettu}}', {
life: 3000
});
});
</script>
{% endif %}
{% include "tupa/messages.html" %}
</head>

Expand Down
12 changes: 0 additions & 12 deletions web/templates/tupa/base_riisuttu.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,6 @@
document.getElementById(id).style.display = visibility;
}
</script>
{% if talletettu %}
<script type="text/javascript">
$.jGrowl.defaults.position = 'center';
</script>
<script type="text/javascript">
$(document).ready(function() {
$.jGrowl('{{talletettu}}', {
life: 3000
});
});
</script>
{% endif %}
{% include "tupa/messages.html" %}

</head>
Expand Down

0 comments on commit 17cea90

Please sign in to comment.