Ignore:
Timestamp:
Sep 5, 2019 9:42:27 AM (6 years ago)
Author:
anonymous
Message:

full, partial

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/testa-single-bookmark/js/remotex.js

    r66 r67  
    3838    async get_output_url_listx( num, func) {
    3939        let param_array = [['cmd', 'get_output_url_listx'] , ['num', num]]
     40        await this.fetchx( this.filename , param_array, 2, func )
     41    }
     42
     43    async update_output_url_listx( num, func) {
     44        let param_array = [['cmd', 'update_output_url_listx'] , ['num', num]]
    4045        await this.fetchx( this.filename , param_array, 2, func )
    4146    }
Note: See TracChangeset for help on using the changeset viewer.