Sha256: ecd62cf05b068edf767ce7f93f81845e30fab643cab9d9c634cde27812ab1b1e
Contents?: true
Size: 352 Bytes
Versions: 21
Compression:
Stored size: 352 Bytes
Contents
// Place your application-specific JavaScript functions and classes here // This file is automatically included by javascript_include_tag :defaults var Util = { Form : { selectChange : function (event) { var el = event.element(); if (el.options[el.options.selectedIndex].value != "") el.form.submit(); return false; } } }
Version data entries
21 entries across 21 versions & 1 rubygems