/dev/adei-asec

To get this branch, use:
bzr branch http://darksoft.org/webbzr/dev/adei-asec

« back to all changes in this revision

Viewing changes to js/source.js

  • Committer: Suren A. Chilingaryan
  • Date: 2011-03-15 02:47:05 UTC
  • mfrom: (210.1.3 adei)
  • Revision ID: csa@dside.dyndns.org-20110315024705-qljn30gwin8yrkne
Integration of work of students with fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
 
155
155
 
156
156
SOURCE.prototype.Apply = function() {
 
157
    var conf = new CONFIG();
157
158
    this.ApplyConfig();
 
159
    if (conf.GetModule() == 'download') adei.OpenModule('graph');
158
160
    if (this.updater) this.updater.Update();
159
161
}
160
162