diff options
Diffstat (limited to 'web/app.js')
-rw-r--r-- | web/app.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/web/app.js b/web/app.js deleted file mode 100644 index a6084fbda..000000000 --- a/web/app.js +++ /dev/null @@ -1,16 +0,0 @@ -Ext.application({ - name : 'Traccar', - - launch : function() { - - Ext.create('Ext.Panel', { - renderTo : Ext.getBody(), - width : 200, - height : 150, - bodyPadding : 5, - title : 'Hello World', - html : 'Hello <b>World</b>...' - }); - - } -}); |