site.js (apache-openmeetings-6.1.0-src) | : | site.js (apache-openmeetings-6.2.0-src) | ||
---|---|---|---|---|
skipping to change at line 22 | skipping to change at line 22 | |||
Unless required by applicable law or agreed to in writing, | Unless required by applicable law or agreed to in writing, | |||
software distributed under the License is distributed on an | software distributed under the License is distributed on an | |||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | |||
KIND, either express or implied. See the License for the | KIND, either express or implied. See the License for the | |||
specific language governing permissions and limitations | specific language governing permissions and limitations | |||
under the License. | under the License. | |||
*/ | */ | |||
$(document).ready(function() { | $(document).ready(function() { | |||
// "New" markers | // "New" markers | |||
var topics = ["Call For Logo"]; | var topics = ["Call For Logo", "REST API Swagger"]; | |||
for (var i = 0; i < topics.length; ++i) { | for (var i = 0; i < topics.length; ++i) { | |||
$('ul.nav li a[title="' + topics[i] + '"').append(' <s pan class="badge badge-success">New</span>') | $('ul.nav li a[title="' + topics[i] + '"').append(' <s pan class="badge badge-success">New</span>') | |||
} | } | |||
// "ACNA" banner on the right | // "ACNA" banner on the right | |||
$('.header .bannerRight').parent().append( | $('.header .bannerRight').parent().append( | |||
$('<div class="float-right">') | $('<div class="float-right">') | |||
.append($('<a href="https://www.apache.org/events/current -event" class="apachecon-banner bannerRight">') | .append($('<a href="https://www.apache.org/events/current -event" class="apachecon-banner bannerRight">') | |||
.append($('<img src="https://www.apache.org/event s/current-event-234x60.png">')) | .append($('<img src="https://www.apache.org/event s/current-event-234x60.png">')) | |||
) | ) | |||
); | ); | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 1 lines changed or added |