onBeforeSave & onAfterSave issues with Lightbox

Hi Brett,

The problem is the .save() call inside your onBeforeSave() function, it is not necessary, the dataset will save after the onBeforeSave() function resolves.

-Lior