Removed version from the cloud.com javascript files

This commit is contained in:
will 2010-10-22 19:32:26 -07:00
parent 51f2ce0e86
commit 05f1c1b454
17 changed files with 0 additions and 34 deletions

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var systemAccountId = 1;
var adminAccountId = 2;

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadAlertJSP() {
}

View File

@ -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.

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadDashboardJSP() {
var $alertTemplate = $("#alert_template");

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadDiskOfferingJSP() {
var $detailsTab = $("#right_panel_content #tab_content_details");

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var $selectedDomainTreeNode;
var defaultRootLevel = 0;
var childParentMap = {}; //map childDomainId to parentDomainId

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadEventJSP() {
}

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadGlobalSettingJSP() {
var $detailsTab = $("#right_panel_content #tab_content_details");

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function clickInstanceGroupHeader($arrowIcon) {
$("#midmenu_add_link").find("#label").text("Add VM");
$("#midmenu_add_link").show();

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadIpJSP() {
//***** switch between different tabs (begin) ********************************************************************
var tabArray = [$("#tab_details"), $("#tab_port_forwarding"), $("#tab_load_balancer")];

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var g_zoneIds = [];
var g_zoneNames = [];

View File

@ -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

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadRouterJSP() {
}

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadServiceOfferingJSP() {
var $detailsTab = $("#right_panel_content #tab_content_details");

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadSnapshotJSP() {
//initialize dialog
activateDialog($("#dialog_add_volume_from_snapshot").dialog({

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
var g_zoneIds = [];
var g_zoneNames = [];

View File

@ -16,8 +16,6 @@
*
*/
// Version: @VERSION@
function afterLoadVolumeJSP() {
activateDialog($("#dialog_create_template").dialog({
width: 400,