Sha256: 77f86715cb7cd17fd8024feeaa1f70f69b4076c3c43ac6b19310c3b0ecac45ec

Contents?: true

Size: 350 Bytes

Versions: 18

Compression:

Stored size: 350 Bytes

Contents

import Volta from "../volta/volta.js"

export default () => {
  $(document).ready(function() {
    $(document).on('ajax:success', '#spotlight-form', function(event, response) {
      Volta.flash.show('success');
      event.target.reset();
    }).on('ajax:error', '#spotlight-form', function(event) {
      Volta.flash.show('error');
    });
  });
}

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
station-0.0.113 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.112 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.111 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.110 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.109 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.108 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.107 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.106 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.105 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.104 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.103 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.102 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.101 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.100 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.97 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.96 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.95 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js
station-0.0.93 lib/nexmo_developer/app/webpacker/javascript/spotlight/index.js