Move more javascript around.

This commit is contained in:
James Cole
2016-01-29 18:39:50 +01:00
parent d669b75352
commit 3a12ad192f
6 changed files with 74 additions and 52 deletions

View File

@@ -0,0 +1,13 @@
/*
* edit.js
* Copyright (C) 2016 Sander Dorigo
*
* This software may be modified and distributed under the terms
* of the MIT license. See the LICENSE file for details.
*/
/* globals $ */
$(document).ready(function () {
"use strict";
// no special JS for edit transaction.
});