diff options
| author | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-05-23 11:55:04 +0300 |
|---|---|---|
| committer | Vjacheslav Trushkin <cyberalien@gmail.com> | 2013-07-11 10:38:54 -0400 |
| commit | 7a34c7eabe4712333e3a96754a836949ecfe4306 (patch) | |
| tree | 957aa4645899305261bf8a035b383971281f376c /phpBB/styles/prosilver/template/posting_layout.html | |
| parent | 2fcae1ca16d096d2839b487e8c1bcbe0f313d91f (diff) | |
| download | forums-7a34c7eabe4712333e3a96754a836949ecfe4306.tar forums-7a34c7eabe4712333e3a96754a836949ecfe4306.tar.gz forums-7a34c7eabe4712333e3a96754a836949ecfe4306.tar.bz2 forums-7a34c7eabe4712333e3a96754a836949ecfe4306.tar.xz forums-7a34c7eabe4712333e3a96754a836949ecfe4306.zip | |
[ticket/11563] Fix subPanels()
Fix subPanels() code
Modernize subPanels() with jQuery
Use HTML5 data attributes instead of including JS
PHPBB3-11563
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_layout.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/posting_layout.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/phpBB/styles/prosilver/template/posting_layout.html b/phpBB/styles/prosilver/template/posting_layout.html index 4e9954ef81..c0bd0225de 100644 --- a/phpBB/styles/prosilver/template/posting_layout.html +++ b/phpBB/styles/prosilver/template/posting_layout.html @@ -79,12 +79,5 @@ <!-- IF S_DISPLAY_REVIEW --><!-- INCLUDE posting_topic_review.html --><!-- ENDIF --> </form> -<!-- IF not S_PRIVMSGS --> -<script type="text/javascript"> -// <![CDATA[ - subPanels(show_panel); -// ]]> -</script> -<!-- ENDIF --> <!-- INCLUDE overall_footer.html --> |
