Imio : load common .js

This commit is contained in:
Christophe Boulanger 2017-12-18 12:57:10 +01:00
parent d998b0b493
commit c8c71763fa
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
$(function() {
$.getScript('common.js', function() {
$.getScript('/static/imio/common.js', function() {
});
}); /* end */