Commit ef844de3 by Kang Donghun

ABookCheck WEB版難読化調査

parent d5d85487
......@@ -71,6 +71,6 @@ var scrolltotop={
})
})
}
}
};
scrolltotop.init()
\ No newline at end of file
scrolltotop.init();
\ No newline at end of file
......@@ -54,7 +54,7 @@ CONSTANT.PICK_UP_TYPE = {
NEW_REPORT : 'newReport',
CONTINOUS_WORK : 'continousWork',
WARNING_REPORT : 'warningReport',
}
};
CONSTANT.URL_TREE_PASS = {
1: [CONSTANT.URL_TREE_NAME.DASHBOARD, CONSTANT.URL_TREE_NAME.PICKUP, CONSTANT.URL_TREE_NAME.REPORT_LIST, CONSTANT.URL_TREE_NAME.REPORT_FORM],
......
......@@ -56,7 +56,7 @@ function hide_del_btn() {
$(this).parent().find('.ac-tb-form').hide();
}
});
}
};
/** Handle when deleting while closing the accordion */
function tbWrapClear(tbwrap) {
// If you delete the form while closing the accordion
......@@ -66,7 +66,7 @@ function tbWrapClear(tbwrap) {
} else {
tbwrap.removeClass('visually-hidden');
}
}
};
/** input form accordion */
$('.ac-tb-form').on('click', function () {
......
......@@ -18,7 +18,7 @@ var HEADER = {};
HEADER.initLogout = function() {
$("#btnLogout").click(HEADER.logoutFunction);
}
};
/**
* create url tree & show breadcrumbs list
......
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