Skip to content

Commit

Permalink
去除调试信息
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeiCN committed Nov 1, 2014
1 parent 2ccaaaa commit 21c334f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/timegoal/collect.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ <h2>
$$.ready(function(){
if($(".calendar.maybetodo").length){
$.post("{Fei:FeiUrl('timegoal','collect')}",{action:'alltodo'},function(results){
console.log(results);
//console.log(results);
var source = JSON.parse(results);
console.log(source.length);
//console.log(source.length);
$(".calendar.maybetodo").fullCalendar({
editable:true,
events:source,
Expand Down

0 comments on commit 21c334f

Please sign in to comment.