/adei/ui

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/ui

« back to all changes in this revision

Viewing changes to js/updater.js

  • Committer: Suren A. Chilingaryan
  • Date: 2008-04-20 05:22:25 UTC
  • Revision ID: csa@dside.dyndns.org-20080420052225-enu1yngq1pny531z
Layout redesign: search tab, controls, menu

Show diffs side-by-side

added added

removed removed

Lines of Context:
108
108
}
109
109
 
110
110
UPDATER.prototype.Request = function() {
111
 
    
112
111
    if (this.updating) return;  /* DS: Schedule, if forced? */
113
112
    else this.updating = true;
114
113