bwaldron wrote: > Just to satisfy my own curiosity, I looked at the commits from the past > few days. > > The cause of what I am seeing seems to be a change made to > -MaterialSkin/HTML/material/html/js/toolbar.js- at line 653. > > It now looks like: > return true || this.$store.state.updatesAvailable.size>0 > > In the previous build it was: > return this.$store.state.updatesAvailable.size>0 > > If I edit the file to revert this change, the latest build no longer > shows the green update icon when it shouldn't.
Ah, um, oops :o .... Yeah, that code should not have been committed! Was for testing only, removed now... *Material debug:* 1. Launch via http: //SERVER:9000/material/?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
