aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Web/CheckJS.php
Commit message (Collapse)AuthorAgeFilesLines
* channel homepage not providing content when javascript disabledredmatrix2016-06-211-0/+3
|
* make the cookie check agnostic to cookie stateredmatrix2016-04-201-5/+3
|
* revert the reversal of checkjs logic, but still restrict the behaviour scope ↵redmatrix2016-04-201-1/+14
| | | | to just those urls that require it
* refactor the js detection into a checkjs class which is only enabled on ↵redmatrix2016-04-131-0/+36
demand (currently only the channel and display pages). Will probably require a bit more work to hide/disable the cover photo when js is disabled. Have not actually tested without js to discover any other potential page issues. Have only confirmed that the detection class works and redirects to set a jsdisabled cookie and reload the page with that cookie+variable set if called from the channel page.