1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-18 06:21:19 +02:00

[ticket/11956] Change .skip-responsive to data attribute

PHPBB3-11956
This commit is contained in:
Vjacheslav Trushkin
2013-10-23 15:21:07 +03:00
parent 11157e4f03
commit c2f5ab3c6b
2 changed files with 6 additions and 6 deletions

View File

@@ -100,7 +100,7 @@
<ul class="linklist bulletin">
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
<!-- IF S_NOTIFICATIONS_DISPLAY -->
<li class="icon-notification skip-responsive">
<li class="icon-notification" data-skip-responsive="true">
<a href="{U_VIEW_ALL_NOTIFICATIONS}" id="notification_list_button"><span>{L_NOTIFICATIONS} [</span><strong>{NOTIFICATIONS_COUNT}</strong><span>]</span></a>
<div id="notification_list" class="notification_list">
<div class="popup-pointer"><div class="popup-pointer-inner"></div></div>