Ignore:
Timestamp:
2014-12-12T15:31:22+13:00 (9 years ago)
Author:
davidb
Message:

Switch to using JESSIONID as part of the flagname, so everyone visiting the site gets to design their flag in private.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • other-projects/nz-flag-design/trunk/render-3d/flag.html

    r29579 r29608  
    355355            var flag_toggle = 0;
    356356           
    357             function createFlag() {
     357            function createFlag(flagFilename) {
     358                    if (flagFilename) {
     359                    flags[0] = "./images/" + flagFilename;
     360                }
    358361   
    359362                if(initial){
Note: See TracChangeset for help on using the changeset viewer.