Same problem here. Whenever I go to save a change the save button just keeps saying “Sending Data…”
Hi jonnwight,
We encountered the same problem and fixed it based on a similar solution suggested here.
I changed the code on line 7 to
$title = _e('Insert Salsa Element','salsapress');
(added an ‘e’ after the underscore) and it worked like a charm!
—
Sree