mountainpenguin / pyrt

python rtorrent webUI
GNU General Public License v3.0
34 stars 11 forks source link

Tailored javascript #20

Open mountainpenguin opened 12 years ago

mountainpenguin commented 12 years ago

On first load -> run javascript tests to determine which features are available

e.g.

if webSockets are supported: use webSockets else: use AJAX

Split javascript files into seperate files (perhaps define which file you receive from query string? i.e. make a javascript handler)