Commit ef844de3 by Kang Donghun

ABookCheck WEB版難読化調査

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