Changeset 888


Ignore:
Timestamp:
03/10/10 17:19:27 (3 years ago)
Author:
jeroen
Message:

made permalink field light green - to indicate copy/paste. Later on, probably better to make a link or so.

Location:
testing
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testing/files/style.css

    r885 r888  
    123123        height: 200px; 
    124124} 
     125#permalink {  
     126        background: #e4eed3; 
     127} 
  • testing/index.html

    r886 r888  
    3232                        evt.preventDefault(); 
    3333                        var obj = settings.examples[$('#examples').val()]; 
    34                         window.top.location.href = './?'+$.param(obj); 
     34                        window.top.location.href = '?'+$.param(obj); 
    3535                 }); 
    3636                // get the options from the querystring. 
Note: See TracChangeset for help on using the changeset viewer.