diff --git a/src/web/module/maestro_section_main.html b/src/web/module/maestro_section_main.html index f93a3f4..3b96f76 100644 --- a/src/web/module/maestro_section_main.html +++ b/src/web/module/maestro_section_main.html @@ -130,6 +130,7 @@ function deactivateApp(appID) { + + diff --git a/src/web/module/maestro_section_register.html b/src/web/module/maestro_section_register.html index 3006d47..f75ec38 100644 --- a/src/web/module/maestro_section_register.html +++ b/src/web/module/maestro_section_register.html @@ -186,6 +186,11 @@ function register_account() { ); } +function showContractModal() { + console.log("showContractModal"); + $("#contractModal").modal(); +} + $('#myTab a').on('click', function (e) { e.preventDefault(); // $(this).tab('show') @@ -194,6 +199,217 @@ $('#myTab a').on('click', function (e) { + + +