I found some errors in the javascript for My Study Notebook.
In my browser the first error shows up at line 144 in service.js
var opts = jQuery.extend(
{
'folderGuid' : null,
'type' : '',
'tag' : '',
'start' : 1,
'numberToReturn' : 10,
'orderDir' : 'descending',
'facets' : '',
'searchPhrase' : '',
'searchFields' : '',
'before' : '',
'since' : '',
'callback' : null,
},
options
);
There should not be a comma after 'callback' : null
I also get an error in ui.notebook.js, line 35
The error I get is SERVICE is undefined.
These errors make it so I can see only a summary of the pages I have bookmarked, but I cannot go to the bookmarked page.
Javascript error on My Study Notebook
-
briantim
- New Member
- Posts: 1
- Joined: Mon Jun 13, 2011 6:42 pm
-
SorensonMi
- Church Employee

- Posts: 46
- Joined: Sat Sep 20, 2008 9:13 am
- Location: Salt Lake City, Utah