Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Reminder to fix something that could be done better...
git-svn-id: https://xerteonlinetoolkits.googlecode.com/svn/trunk@1022 912cdd6b-5c7d-d5a7-a2ba-d0f0cdb91641
  • Loading branch information
JohnSmith-LT committed Jul 3, 2013
1 parent cccfe54 commit 0ef1a8b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -135,7 +135,7 @@ $(document).ready(function() {
if (linkID != undefined) {
page.linkID = linkID;
}
if (pageID != undefined && pageID != "Unique ID for this page") { // ** this shouldn't use fixed english string but how else to do it as it's not something for main language file?
if (pageID != undefined && pageID != "Unique ID for this page") { // *** this shouldn't use fixed english string but how else to do it as it's not something for main language file? (FC) *** We should detect that the pageID is the CORRECT format - I.E. PGxxxxxx or whatever that is (JS) ***
page.pageID = pageID;
}
x_pageInfo.push(page);
Expand Down

0 comments on commit 0ef1a8b

Please sign in to comment.