We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d293df7 commit f1afb6cCopy full SHA for f1afb6c
changelog.php
@@ -15,6 +15,10 @@
15
! -> Note
16
17
###WIP
18
+^ Prevent F5 refresh showing message after deleting a shout
19
+^ General PHP improvements
20
+# Fixed unecessary characters next to 'load more' button
21
+- Remove last instance of native PHP $_SESSION
22
- Removed IcoMoon library reference
23
24
Version 8.1.8
mod_shoutbox/layouts/history.php
@@ -33,7 +33,7 @@
33
echo $helper->renderPost($shout);
34
}
35
?>
36
- <div class="center-block">';
+ <div class="center-block">
37
<a href="#" id="jj-load-more" class="uk-button uk-button-primary"><?php echo JText::_('SHOUT_HISTORY_LOAD_MORE'); ?></a>
38
</div>
39
0 commit comments