Content server now works partially with IE6,7 and fully with IE 8

This commit is contained in:
Kovid Goyal 2009-01-15 11:13:40 -08:00
parent 3525827192
commit 85b25af6b1

View File

@ -7,8 +7,8 @@ var column_titles = {
'rating' : 'Rating', 'rating' : 'Rating',
'date' : 'Date', 'date' : 'Date',
'tags' : 'Tags', 'tags' : 'Tags',
'series' : 'Series', 'series' : 'Series'
} };
String.prototype.format = function() { String.prototype.format = function() {
var pattern = /\{\d+\}/g; var pattern = /\{\d+\}/g;