witten
/
luminotes
Archived
1
0
Fork 0

Fixed a bug in which toolbar buttons didn't depress based on the current location of the text cursor.

This commit is contained in:
Dan Helfman 2009-03-21 02:02:23 -07:00
parent af7f1c0c07
commit 190a3fa41d
2 changed files with 3 additions and 2 deletions

3
NEWS
View File

@ -1,5 +1,6 @@
1.6.11:
*
* Fixed a bug in which toolbar buttons didn't depress based on the current
location of the text cursor.
1.6.10: March 20, 2009
* Faster uploads and downloads for users of luminotes.com.

View File

@ -1341,7 +1341,7 @@ Wiki.prototype.connect_image_button = function ( button, filename_prefix ) {
Wiki.prototype.down_image_button = function ( name ) {
var button = getElement( name );
if ( !button || !button.filename_preifx )
if ( !button || !button.filename_prefix )
return;
var toolbar_image_dir = this.get_toolbar_image_dir( button.always_small );