witten
/
luminotes
Archived
1
0
Fork 0

uh, whoops

This commit is contained in:
Dan Helfman 2007-09-20 23:30:09 +00:00
parent 68d07a6fc8
commit 212f516aeb
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ Wiki.prototype.display_storage_usage = function( storage_bytes ) {
var quota_bytes = this.rate_plan.storage_quota_bytes || 0;
var usage_percent = Math.round( storage_bytes / quota_bytes * 100.0 );
if ( usage_percent > .90 ) {
if ( usage_percent > 90 ) {
var storage_usage_class = "storage_usage_high";
if ( this.storage_usage_high == false )
this.display_message( "You are currently using " + usage_percent + "% of your available storage space. Please delete some notes, empty the trash, or upgrade your account." );