Skip to content
Snippets Groups Projects
Commit a308e37e authored by Paul Ilea's avatar Paul Ilea
Browse files

[BUGFIX] Go To News content button fix

parent ba370752
No related branches found
No related tags found
1 merge request!2Feature be module
......@@ -36,6 +36,7 @@ function setHighlight(id) { //
* @param {string} path
*/
function sgNewsGoToPage(uid, path, selectOnly) {
parent.fsMod.recentIds['web'] = uid;
if(typeof selectOnly === 'undefined') {
selectOnly = false;
}
......@@ -62,7 +63,6 @@ function sgNewsGoToPage(uid, path, selectOnly) {
top.currentSubScript + separator + 'id=' + uid
);
}
parent.fsMod.recentIds['web'] = uid;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment