diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-16 22:33:16 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-09-16 22:33:16 +0800 |
commit | 72508a1e06b0303fb917be561ec4d69cc3e5d45f (patch) | |
tree | ae3cddc558acbb2226b4cb4080d80cee556a3b77 /openo-portal/portal-lifecyclemgr/js/brs.js | |
parent | e94b90c178eafa6b870b22616cb2af238e63b2f8 (diff) |
copyright info corrected as per the wiki definition.
Change-Id: I30683e93bc60bc2d52d9c6a911516fa8307d0494
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
Diffstat (limited to 'openo-portal/portal-lifecyclemgr/js/brs.js')
-rw-r--r-- | openo-portal/portal-lifecyclemgr/js/brs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openo-portal/portal-lifecyclemgr/js/brs.js b/openo-portal/portal-lifecyclemgr/js/brs.js index deea08ed..e975f6c6 100644 --- a/openo-portal/portal-lifecyclemgr/js/brs.js +++ b/openo-portal/portal-lifecyclemgr/js/brs.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.
*/
+
$('.siteDeleteImg').click(function(){
var data = $(this).parent().parent().parent().find('td:last').find('div:last').html();
|