~motu-p2p/clutch/trunk

« back to all changes in this revision

Viewing changes to web/javascript/transmission.js

  • Committer: davos
  • Date: 2008-01-28 14:28:02 UTC
  • Revision ID: svn-v3-trunk0:cbfa06d0-8a30-0410-a469-a65574b27390:trunk:340
Removed the resetPrefs() stuff as the prefs are now dynamically refreshed each time they're opened; trac ticket #9 should be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
442
442
         */
443
443
        releasePrefsCancelButton: function(event) {
444
444
                $('#prefs_container').hide();
445
 
                
446
 
                // Reset all the settings
447
 
                transmission.remote.request('resetPrefs');
448
445
        },
449
446
 
450
447
        /*