From 902059bc467536ff11647af1cf2a61f776213841 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 2 Feb 2015 15:25:05 +1300 Subject: Add map to default layout --- web/app.js | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 web/app.js (limited to 'web/app.js') 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 World...' - }); - - } -}); -- cgit v1.2.3