But please, update the license headers in the interim on those files you
added... ;-)
Glen
On 09/07/2014 05:29 AM, Greg Huber wrote:
ok, will look into a more reliable method of remembering the device type,
the request attribute is not good. Possibly use something like the
SaltCache to store the value via the ip address eg 127.0.0.1 == standard.
Kind of how spring does it.
Cheers Greg.
On 5 September 2014 14:29, Dave <snoopd...@gmail.com> wrote:
On Fri, Sep 5, 2014 at 3:18 AM, Greg Huber <gregh3...@gmail.com> wrote:
Ok, will look into the integration / documentation.
Can we drop the cookie switching? Although nice to have, switch manually
from standard to mobile is too troublesome to get working reliably, and
it
was not easy to adopt the spring logic to control this (I may have
another
look at the spring code to see if it is possible, think it uses too much
of
spring, annotation stuff, from what I remember). Its better to use an
agent switcher for development/viewing.
Cheers Greg
That's a *very* nice to have feature. I hate it when I'm stuck in a limited
"mobile" version of a website when my tablet's screen is more than enough
for the regular version of the site.
- Dave