spof & sync js

This commit is contained in:
Peter Hedenskog 2012-09-18 22:43:05 +02:00
parent 6aba3855f4
commit 06f8065f4b
1 changed files with 5 additions and 0 deletions

View File

@ -65,4 +65,9 @@ error#end#end
#if ($weight<10000)success#elseif ($weight<15000)
warning#else
error#end#end
## Verify the spof, if one or more, error!
#macro ( spofType $spof )
#if ($spof<1)success#else
error#end#end