Commit 2543cfb9 by doszhang

dos

parent 6e2f5a58
......@@ -105,7 +105,7 @@ $(document).ready(function () {
imgInfo = {};
img = '';
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img) {
$('.btn-upload').css('left', '53px');
$('.btn-upload-block').css('left', '53px');
$('.btn-createposter').show();
$('.upload-before').show();
$('.upload-after').show();
......@@ -135,7 +135,7 @@ function toUploadPage() {
$('.cat').hide();
$('.cat' + level).show();
$('.btn-createposter').hide();
$('.btn-upload').css('left', 200);
$('.btn-upload-block').css('left', 200);
}
function checkInfo() {
......
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 sign in to comment