Quote:
Originally Posted by sharphamster
Code:
LastLibrarySorter_books_filterByMine%28%29="sortByNewest()LastLibrarySorter_shelfList_=sortByShelfName()"
|
There is something wrong here. The "LastLibrarySorter_shelfList_" line has been added to the end of another line. Remove the double quotes that are around the value on that line and then split it before "LastLibrarySorter_shelfList_". There are also some extra spaces appearing in the lines, but hopefully they are being added when you do the copy-paste to the forum.
If you are using Windows, make sure you use an editor that understands Linux style line ends. Using Notepad will make a mess of the file and the device won't understand it. I normally use NotePad++.