diff options
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/js/vpn.js')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/vpn.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/vpn.js b/openo-portal/portal-lifecyclemgr/js/vpn.js index 41091e83..eaa53e63 100644 --- a/openo-portal/portal-lifecyclemgr/js/vpn.js +++ b/openo-portal/portal-lifecyclemgr/js/vpn.js @@ -4,7 +4,7 @@ * you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
- * http://www.apache.org/licenses/LICENSE-2.0
+ * http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
@@ -12,6 +12,7 @@ * See the License for the specific language governing permissions and
* limitations under the License.
*/
+
function deleteSite(objectId){
alert(objectId);
|