diff --git a/ui/new/scripts/cloud.core2.account.js b/ui/new/scripts/cloud.core2.account.js index 42ba6480fdf..cccb014f3ac 100644 --- a/ui/new/scripts/cloud.core2.account.js +++ b/ui/new/scripts/cloud.core2.account.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - var systemAccountId = 1; var adminAccountId = 2; diff --git a/ui/new/scripts/cloud.core2.alert.js b/ui/new/scripts/cloud.core2.alert.js index 81b68a9ba08..b133bfc381b 100644 --- a/ui/new/scripts/cloud.core2.alert.js +++ b/ui/new/scripts/cloud.core2.alert.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadAlertJSP() { } diff --git a/ui/new/scripts/cloud.core2.callbacks.js b/ui/new/scripts/cloud.core2.callbacks.js index a97bf969d48..74b9acecc7e 100644 --- a/ui/new/scripts/cloud.core2.callbacks.js +++ b/ui/new/scripts/cloud.core2.callbacks.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - /* This file is meant to help with implementing single signon integration. If you are using the cloud.com default UI, there is no need to touch this file. diff --git a/ui/new/scripts/cloud.core2.dashboard.js b/ui/new/scripts/cloud.core2.dashboard.js index 572a0f37882..2f9fb452eb0 100644 --- a/ui/new/scripts/cloud.core2.dashboard.js +++ b/ui/new/scripts/cloud.core2.dashboard.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadDashboardJSP() { var $alertTemplate = $("#alert_template"); diff --git a/ui/new/scripts/cloud.core2.diskoffering.js b/ui/new/scripts/cloud.core2.diskoffering.js index 9c0c14e8ffd..ef31b61f7a0 100644 --- a/ui/new/scripts/cloud.core2.diskoffering.js +++ b/ui/new/scripts/cloud.core2.diskoffering.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadDiskOfferingJSP() { var $detailsTab = $("#right_panel_content #tab_content_details"); diff --git a/ui/new/scripts/cloud.core2.domain.js b/ui/new/scripts/cloud.core2.domain.js index d6ac08d9685..f6b4ba726ea 100644 --- a/ui/new/scripts/cloud.core2.domain.js +++ b/ui/new/scripts/cloud.core2.domain.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - var $selectedDomainTreeNode; var defaultRootLevel = 0; var childParentMap = {}; //map childDomainId to parentDomainId diff --git a/ui/new/scripts/cloud.core2.event.js b/ui/new/scripts/cloud.core2.event.js index dd411731d26..05a69ac0303 100644 --- a/ui/new/scripts/cloud.core2.event.js +++ b/ui/new/scripts/cloud.core2.event.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadEventJSP() { } diff --git a/ui/new/scripts/cloud.core2.globalsetting.js b/ui/new/scripts/cloud.core2.globalsetting.js index fe001d338bb..731898437fa 100644 --- a/ui/new/scripts/cloud.core2.globalsetting.js +++ b/ui/new/scripts/cloud.core2.globalsetting.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadGlobalSettingJSP() { var $detailsTab = $("#right_panel_content #tab_content_details"); diff --git a/ui/new/scripts/cloud.core2.instance.js b/ui/new/scripts/cloud.core2.instance.js index f778fe1fa6b..bf53a6f0bbd 100644 --- a/ui/new/scripts/cloud.core2.instance.js +++ b/ui/new/scripts/cloud.core2.instance.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function clickInstanceGroupHeader($arrowIcon) { $("#midmenu_add_link").find("#label").text("Add VM"); $("#midmenu_add_link").show(); diff --git a/ui/new/scripts/cloud.core2.ipaddress.js b/ui/new/scripts/cloud.core2.ipaddress.js index 7a89469d3c3..a3c8603a3cb 100644 --- a/ui/new/scripts/cloud.core2.ipaddress.js +++ b/ui/new/scripts/cloud.core2.ipaddress.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadIpJSP() { //***** switch between different tabs (begin) ******************************************************************** var tabArray = [$("#tab_details"), $("#tab_port_forwarding"), $("#tab_load_balancer")]; diff --git a/ui/new/scripts/cloud.core2.iso.js b/ui/new/scripts/cloud.core2.iso.js index e7ffe19082a..4d63b077570 100644 --- a/ui/new/scripts/cloud.core2.iso.js +++ b/ui/new/scripts/cloud.core2.iso.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - var g_zoneIds = []; var g_zoneNames = []; diff --git a/ui/new/scripts/cloud.core2.resource.js b/ui/new/scripts/cloud.core2.resource.js index 4896752ba3c..6f221bc1b49 100644 --- a/ui/new/scripts/cloud.core2.resource.js +++ b/ui/new/scripts/cloud.core2.resource.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function buildZoneTree() { //***** build zone tree (begin) *********************************************************************************************** var forceLogout = true; // We force a logout only if the user has first added a POD for the very first time diff --git a/ui/new/scripts/cloud.core2.router.js b/ui/new/scripts/cloud.core2.router.js index 5a0f28998c6..7ff9e22aee8 100644 --- a/ui/new/scripts/cloud.core2.router.js +++ b/ui/new/scripts/cloud.core2.router.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadRouterJSP() { } diff --git a/ui/new/scripts/cloud.core2.serviceoffering.js b/ui/new/scripts/cloud.core2.serviceoffering.js index d3cc70b0506..157cecb3f03 100644 --- a/ui/new/scripts/cloud.core2.serviceoffering.js +++ b/ui/new/scripts/cloud.core2.serviceoffering.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadServiceOfferingJSP() { var $detailsTab = $("#right_panel_content #tab_content_details"); diff --git a/ui/new/scripts/cloud.core2.snapshot.js b/ui/new/scripts/cloud.core2.snapshot.js index 83e95641888..1cc19884d22 100644 --- a/ui/new/scripts/cloud.core2.snapshot.js +++ b/ui/new/scripts/cloud.core2.snapshot.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadSnapshotJSP() { //initialize dialog activateDialog($("#dialog_add_volume_from_snapshot").dialog({ diff --git a/ui/new/scripts/cloud.core2.template.js b/ui/new/scripts/cloud.core2.template.js index 60156687361..a2d5795faf3 100644 --- a/ui/new/scripts/cloud.core2.template.js +++ b/ui/new/scripts/cloud.core2.template.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - var g_zoneIds = []; var g_zoneNames = []; diff --git a/ui/new/scripts/cloud.core2.volume.js b/ui/new/scripts/cloud.core2.volume.js index 17171bd0eaf..d00a2cad61a 100644 --- a/ui/new/scripts/cloud.core2.volume.js +++ b/ui/new/scripts/cloud.core2.volume.js @@ -16,8 +16,6 @@ * */ -// Version: @VERSION@ - function afterLoadVolumeJSP() { activateDialog($("#dialog_create_template").dialog({ width: 400,