Seth Whitaker

Results 2 issues of Seth Whitaker

On the docs you mention that you can do this type of update where you can increment 1 field. ``` php $this->update(array('wins'=>'wins+1'), array('user_id' => $user_id), FALSE); ``` Im getting this...

### Description The Apple Example page is throwing JS errors an is causing it to not work. https://alvarotrigo.com/fullPage/examples/apple.html ### Steps to reproduce it 1. Visit your example page for apple...

question