Skip to content
Snippets Groups Projects

Switch to REM API for explore WG page

Merged Zhou Fang requested to merge zhoufang/solstice-assets:zhoufang/master/exploreWG into master
/*!
* Copyright (c) 2021 Eclipse Foundation, Inc.
* Copyright (c) 2022 Eclipse Foundation, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* Contributors:
* Christopher Guindon <chris.guindon@eclipse-foundation.org>
* Zhou Fang <zhou.fang@eclipse-foundation.org>
*
* SPDX-License-Identifier: EPL-2.0
*/
@@ -88,7 +88,7 @@ const EclipseFdnWGsList = (async () => {
// Filter logic
$(function () {
$('.wg-links a').click(function () {
var wg_item = $(this).attr('data-wg');
let wg_item = $(this).attr('data-wg');
if (wg_item === 'wg-all-item') {
$('.wg-item')
.fadeOut('300')
@@ -117,6 +117,5 @@ const EclipseFdnWGsList = (async () => {
});
});
// Update logic to fix missing openhw europe, missing openhw
})();
export default EclipseFdnWGsList;
Loading