mherger wrote: 
> > Probably this weekend. I was going to add the "Browse on XXX" actions
> > from LMS8, but this needs more work so I've pushed that out to 1.5
> 
> I'm seeing an issue with http://server:9000/material/ - it would print 
> some template toolkit instructions on the screen, and not render the 
> page. Adding index.html does work, though. Might be due to using the raw
> 
> handler?
> 
> revision b79483165427ac55333acae7dd362306048da9a1
> 
> -- 
> 
> Michael

Not seeing this. Not on 7.9.2, or 8.0.0. Tride Firefox, epiphany, Fully
Kios, Safari (iOS12)

Have you cleared your cache, restarted LMS, and fully refreshed the
page? The only raw handlers that are left are for the following REs:

Code:
--------------------
    
  my $SVG_URL_PARSER_RE = qr{material/svg/([a-z0-9-]+)}i;
  my $CSS_URL_PARSER_RE = qr{material/customcss/([a-z0-9-]+)}i;
  my $ICON_URL_PARSER_RE = qr{material/icon\.png}i;
  
--------------------


What browser is this on?



*Material debug:* 1. Launch via http:
//SERVER:9000/material/mobile?auto=false&debug=json 2. Open browser's
developer tools 3. Open console tab in developer tools 4. REQ/RESP
messages sent to/from LMS will be logged here.
------------------------------------------------------------------------
cpd73's Profile: http://forums.slimdevices.com/member.php?userid=66686
View this thread: http://forums.slimdevices.com/showthread.php?t=109624

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to