Commit 4c0ab4ab authored by 神楽坂玲奈's avatar 神楽坂玲奈

test

parent 5afe3ac4
......@@ -28,3 +28,7 @@ $(document).ready ->
#duelist
#$.getJSON 'http://www.duelist.cn/api/book/list?callback=?', (data)->
# alert data
#test
$('body').css 'margin', '1px'
$('body').css 'margin', 0
......@@ -15,7 +15,7 @@
return $('#download_version').html('读取失败');
}
});
return $.getJSON('/links.json', function(data) {
$.getJSON('/links.json', function(data) {
var link, _i, _len, _results;
_results = [];
for (_i = 0, _len = data.length; _i < _len; _i++) {
......@@ -31,6 +31,8 @@
}
return _results;
});
$('body').css('margin', '1px');
return $('body').css('margin', 0);
});
}).call(this);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment