File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ SG.Publisher.prototype = {
41
41
}
42
42
43
43
if ( typeof callback != "undefined" ) {
44
- callback ( data ) ;
44
+ callback ( data . data ) ;
45
45
return ;
46
46
}
47
47
Original file line number Diff line number Diff line change 50
50
} else {
51
51
window . location . href = '/topics' ;
52
52
}
53
- } , 2000 ) ;
53
+ } , 1000 ) ;
54
54
} ) ;
55
55
} ) ;
56
56
Original file line number Diff line number Diff line change 253
253
}
254
254
var GLaunchTime = { { timestamp . app . LaunchTime } } * 1000 ;
255
255
</ script >
256
- < script src ="/static/js/common.js?v=1.2 "> </ script >
256
+ < script src ="/static/js/common.js?v=1.3 "> </ script >
257
257
{{template "js" .}}
258
258
< script type ="text/javascript " src ="//cdnjs.cloudflare.com/ajax/libs/jsrender/0.9.84/jsrender.min.js "> </ script >
259
259
< script type ="text/javascript ">
You can’t perform that action at this time.
0 commit comments