Commit 08d100c6 by kubisk

dos

parent 92c3f771
...@@ -101,7 +101,7 @@ $(document).ready(function () { ...@@ -101,7 +101,7 @@ $(document).ready(function () {
$('.hide-block').hide(); $('.hide-block').hide();
$('.show-block').show(); $('.show-block').show();
bindUpload(this, uploadCtx, uploadCanvas, 1, function (img, imgInfo) { bindUpload(this, uploadCtx, uploadCanvas, 1, function (img, imgInfo) {
$('.btn-upload-block').css('left', '53px'); // $('.btn-upload-block').css('left', '53px');
$('.btn-createposter').show(); $('.btn-createposter').show();
$('.upload-before').show(); $('.upload-before').show();
$('.upload-after').show(); $('.upload-after').show();
...@@ -131,7 +131,7 @@ function toUploadPage() { ...@@ -131,7 +131,7 @@ function toUploadPage() {
$('.cat').hide(); $('.cat').hide();
$('.cat' + level).show(); $('.cat' + level).show();
$('.btn-createposter').hide(); $('.btn-createposter').hide();
$('.btn-upload-block').css('left', 200); // $('.btn-upload-block').css('left', 200);
} }
function checkInfo() { 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