+6
−2
template/.htaccess
0 → 100644
+2
−0
+2
−0
template/js/App.js
0 → 100644
+14
−0
template/js/History.js
0 → 100644
+36
−0
Loading
To make refreshing of a page work, added .htaccess file that directs all api-URL-s to index.html. Currently using URL in form: some-path/api:Ext.ClassName I would like to use: some-path/api/Ext.ClassName But I didn't figure out how to make them work, especially so that it could be used from a local filesystem. When the basedir of the app changes, you can't use relative URL-s any more.