View Single Post
Old 04-05-2013, 11:44 AM   #140
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
Hi just noticed an error in the menu.json mate that will make this invalid for the next KUAL release (which is more strict about invalid files)

Code:
{
	"items": [
		{"name": "Toggle ON/OFF", "priority": 0, "action": "bin/FLtoggle.sh"},
		{"name": "Toggle OFF on Wakeup", "priority":0, "action": "bin/FLtoggleWake.sh"},
	]
}


Should read

Code:
{
	"items": [
		{"name": "Toggle ON/OFF", "priority": 0, "action": "bin/FLtoggle.sh"},
		{"name": "Toggle OFF on Wakeup", "priority":0, "action": "bin/FLtoggleWake.sh"}
	]
}


no comma

I can repack at some point if you are not about.

Cheers.
twobob is offline   Reply With Quote