spiralsites

Started getting the following error […]

spiralsites PURCHASED
5 years ago
Started getting the following error:

Uncaught TypeError: Cannot read property 'split' of undefined
at slideAnimation (jquery.themepunch.revolution.js:2364)
at jquery.themepunch.revolution.js:2320

Now my slider on the homepage has stopped working

That line is as follows:

transtext = nextli.data('transition').split(","),

part of

var nexttrans = 0,
transtext = nextli.data('transition').split(","),
curtransid = nextli.data('nexttransid') == undefined ? -1 : nextli.data('nexttransid');

Any ideas why and how to fix?