forked from DGNum/gestioCOF
delete debug msg
This commit is contained in:
parent
1bb83ccdd7
commit
769c37634d
1 changed files with 0 additions and 2 deletions
|
@ -102,12 +102,10 @@
|
||||||
|
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
console.log('echo');
|
|
||||||
var stat_last = new StatsGroup(
|
var stat_last = new StatsGroup(
|
||||||
"{% url 'kfet.article.stat.sales.list' article.id %}",
|
"{% url 'kfet.article.stat.sales.list' article.id %}",
|
||||||
$("#stat_last"),
|
$("#stat_last"),
|
||||||
);
|
);
|
||||||
console.log('echo');
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue