Skip to content

Commit 226c6b1

Browse files
author
Daniel Escobar
committed
INT-17523: Fixed navigation arrow in Open Forums removes text when "Adding a Discussion"
1 parent ffbafcb commit 226c6b1

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

yui/build/moodle-mod_hsuforum-article/moodle-mod_hsuforum-article-debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ var ROUTER = Y.Base.create('hsuforumRouter', Y.Router, [], {
491491
*/
492492
routes: {
493493
value: [
494-
{ path: '/view.php', callbacks: ['hideForms'] },
494+
{ path: '/view.php' },
495495
{ path: '/discuss.php', callbacks: ['hideForms', 'discussion'] },
496496
{ path: '/post.php', callbacks: ['hideForms', 'post'] }
497497
]

yui/build/moodle-mod_hsuforum-article/moodle-mod_hsuforum-article-min.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yui/build/moodle-mod_hsuforum-article/moodle-mod_hsuforum-article.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ var ROUTER = Y.Base.create('hsuforumRouter', Y.Router, [], {
490490
*/
491491
routes: {
492492
value: [
493-
{ path: '/view.php', callbacks: ['hideForms'] },
493+
{ path: '/view.php' },
494494
{ path: '/discuss.php', callbacks: ['hideForms', 'discussion'] },
495495
{ path: '/post.php', callbacks: ['hideForms', 'post'] }
496496
]

yui/build/moodle-mod_hsuforum-io/moodle-mod_hsuforum-io-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yui/build/moodle-mod_hsuforum-livelog/moodle-mod_hsuforum-livelog-min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

yui/src/article/js/router.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ var ROUTER = Y.Base.create('hsuforumRouter', Y.Router, [], {
189189
*/
190190
routes: {
191191
value: [
192-
{ path: '/view.php', callbacks: ['hideForms'] },
192+
{ path: '/view.php' },
193193
{ path: '/discuss.php', callbacks: ['hideForms', 'discussion'] },
194194
{ path: '/post.php', callbacks: ['hideForms', 'post'] }
195195
]

0 commit comments

Comments
 (0)