zenhack / ttrss-sandstorm

Sandstorm port of Tiny Tiny RSS
GNU General Public License v3.0
6 stars 2 forks source link

Fix mobile preferences page #40

Closed ocdtrekkie closed 1 year ago

ocdtrekkie commented 1 year ago

This PR fixes #33.

My previous PR on this, #34, was close, but no cigar: I copied the entire csrf_ignore() function from a standard prefs page, and that got this page loading. However, the offer templates also didn't load, because the script is onload()'d by an image file that has moved. Changing the image fixed that as well.

Note that this is NOT tested against the php-from-nix branch yet, which I haven't looked at since you said it had other breakage.