Ignore:
Timestamp:
Sep 4, 2019 11:03:12 AM (6 years ago)
Author:
anonymous
Message:

set_anchor_url

File:
1 edited

Legend:

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

    r41 r66  
    126126    }
    127127
     128    get_filelist(num, part) {
     129        return this.restore_from_localstorage(num, part)
     130    }
     131
    128132    restore_info(){
    129133        const item_name = "info"
     
    208212    }
    209213
    210     get_filelist(num, part) {
    211         return this.restore_from_localstorage(num, part)
    212     }
    213 
    214     get_output_url() {
    215         return this._globalStorage.output_url
    216     }
    217 
    218214    reset_info() {
    219215        reset_localstorage('info')
Note: See TracChangeset for help on using the changeset viewer.