Plugin Directory

Changeset 765000


Ignore:
Timestamp:
08/31/2013 02:48:04 AM (13 years ago)
Author:
Debra Berube
Message:

Release 4.3 - Firefox Modifications

Location:
dbwd-bookmark-page
Files:
56 added
2 edited

Legend:

Unmodified
Added
Removed
  • dbwd-bookmark-page/trunk/DBWD Bookmark.php

    r709793 r765000  
    227227           else if(window.chrome)
    228228                { // chrome
    229                 alert(\"The Chrome Browser Does Not Allow Direct Bookmarking. Please close this Alert and press Ctrl-D.\");                 
     229                alert(\"The Chrome Browser Does Not Allow Direct Bookmarking. Press Ctrl-D to Bookmark This Page.\");               
    230230                }
    231231           else if(window.opera && window.print)
    232232                { // opera
    233                 alert(\"The Opera Browser Does Not Allow Direct Bookmarking. Please close this Alert and press Ctrl-D.\");             
     233                alert(\"The Opera Browser Does Not Allow Direct Bookmarking. Press Ctrl-D to Bookmark This Page.\");               
    234234                }
    235235           else if(navigator.userAgent.indexOf(\"Safari\") > -1)
    236236                { // safari
    237                 alert(\"The Safari Browser Does Not Allow Direct Bookmarking. Please close this Alert and press Ctrl-D.\");                 
     237                alert(\"The Safari Browser Does Not Allow Direct Bookmarking. Press Ctrl-D to Bookmark This Page.\");               
    238238                }
    239239            else if(window.sidebar)
    240240            { // firefox
    241               window.sidebar.addPanel(title, url, \"\");
     241                alert(\"The Firefox Browser No Longer Allows Direct Bookmarking. Press Ctrl-D to Bookmark This Page.\");               
    242242                }
    243243           else
    244244                { // others
    245                 alert(\"Your browser does not allow direct bookmarking.\");                 
     245                alert(\"Your browser does not allow direct bookmarking. Press Ctrl-D to Bookmark This Page.\");                 
    246246                }
    247247            }
  • dbwd-bookmark-page/trunk/readme.txt

    r750414 r765000  
    44Requires at least: 2.8
    55Tested up to: 3.6
    6 Stable tag: 4.2
     6Stable tag: 4.3
    77License: GPLv2
    88Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TDPG33S7BW5C4
     
    5454== Changelog ==
    5555
     56= Version 4.3 - Altered to Reflect Firefox Changes =
    5657= Version 4.2 - Corrected Menu Structure Error =
    5758= Version 4.1 - Corrected a few typos =
Note: See TracChangeset for help on using the changeset viewer.