Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Remove unused form submission preventer
Browse files Browse the repository at this point in the history
  • Loading branch information
GuiltyDolphin committed Jun 2, 2016
1 parent 670c22f commit 15a2ceb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions share/goodie/date_math/date_math.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,6 @@ DDH.date_math = DDH.date_math || {};
$minute = $dom.find('.input--minute'),
$second = $dom.find('.input--second');

$dom.find('form').submit(function(e) {
e.preventDefault();
});
function getMonth() {
return moment($month.val(), monthFormat).month();
}
Expand Down

0 comments on commit 15a2ceb

Please sign in to comment.