Changeset 345

Show
Ignore:
Timestamp:
02/08/08 11:28:07 (7 months ago)
Author:
t-bone
Message:

Fixes #100
Remove the call to escape() which acts differently now in 2.0.0.12.
Bump the version, and change FF version compatibility, in install.rdf to match.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • extension/tinymenu/content/tinymenu.js

    r303 r345  
    161161            m.setAttribute('mode', 'image'); 
    162162            m.style.backgroundImage='url('+ 
    163                 escape(tinymenu.uriForFile(tinymenu.iconFile)) 
    164                 +')'; 
     163                tinymenu.uriForFile(tinymenu.iconFile)+ 
     164                ')'; 
    165165        } else { 
    166166            m.setAttribute('mode', 'text'); 
  • extension/tinymenu/install.rdf

    r315 r345  
    44        <em:id>{d33c2f7c-b1e6-4d46-ab0e-be1f6d05c904}</em:id> 
    55        <em:name>Tiny Menu</em:name> 
    6         <em:version>1.4.4</em:version> 
     6        <em:version>1.4.5</em:version> 
    77        <em:description>Replace the standard menu bar with a tiny menu popup.</em:description> 
    88        <em:creator>Anthony Lieuallen</em:creator> 
     
    1616            <Description> 
    1717                <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> 
    18                 <em:minVersion>1.5</em:minVersion> 
     18                <em:minVersion>2.0.0.12</em:minVersion> 
    1919                <em:maxVersion>2.0.0.*</em:maxVersion> 
    2020            </Description>