This commit is contained in:
@@ -327,10 +327,12 @@ jQuery(document).ready(function(){
|
|||||||
get_services();
|
get_services();
|
||||||
|
|
||||||
jQuery('#deployments_btn').click(function() {
|
jQuery('#deployments_btn').click(function() {
|
||||||
|
jQuery('#services').hide();
|
||||||
jQuery('#deployments').toggle();
|
jQuery('#deployments').toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
jQuery('#services_btn').click(function() {
|
jQuery('#services_btn').click(function() {
|
||||||
|
jQuery('#deployments').hide();
|
||||||
jQuery('#services').toggle();
|
jQuery('#services').toggle();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user