Files
shiny/srcjs/_start.js
2015-07-02 16:50:43 -05:00

21 lines
316 B
JavaScript

/*jshint
undef:true,
browser:true,
devel: true,
jquery:true,
strict:false,
curly:false,
indent:2
*/
/* global strftime */
(function() {
var $ = jQuery;
var exports = window.Shiny = window.Shiny || {};
$(document).on('submit', 'form:not([action])', function(e) {
e.preventDefault();
});