(8 intermediate revisions by the same user not shown) | |||
Line 158: | Line 158: | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
</style> | </style> | ||
Line 227: | Line 223: | ||
} | } | ||
− | + | ||
− | $( document ).ready(function() { | + | $( document ).ready(function() { |
− | + | $("#System1C").show(); | |
− | + | $("#System1D").show(); | |
− | }); | + | }); |
− | + | ||
− | $(function() { | + | $(function() { |
− | $('#fitscoring').on('click', function() { | + | $('#fitscoring').on('click', function() { |
− | + | $('#fitscoring-Modal').toggle(); | |
− | + | }); | |
− | + | ||
− | $('#Distribution').on('click', function() { | + | $('#fitscoring-Modal').on('click', function() { |
− | + | $('#fitscoring-Modal').toggle(); | |
− | }); | + | }); |
+ | |||
+ | $('#Distribution').on('click', function() { | ||
+ | $('#Distribution-Modal').toggle(); | ||
+ | }); | ||
+ | $('#Distribution-Modal').on('click', function() { | ||
+ | $('#Distribution-Modal').toggle(); | ||
+ | }); | ||
}); | }); | ||
Latest revision as of 04:04, 19 November 2017