diff options
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/js/rest.js')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/rest.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/rest.js b/openo-portal/portal-lifecyclemgr/js/rest.js index cbbcb516..a5d83f83 100644 --- a/openo-portal/portal-lifecyclemgr/js/rest.js +++ b/openo-portal/portal-lifecyclemgr/js/rest.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,
@@ -13,6 +13,7 @@ * limitations under the License.
*/
+
$(function(){
$('.creat-btn').click(function(){
$('#vmAppDialog').addClass('in').css({'display':'block'});
|