Skip to content

Commit

Permalink
change javascript code not to send If-Modified-Since request
Browse files Browse the repository at this point in the history
  • Loading branch information
sasata299 committed Jul 12, 2009
1 parent f61a9de commit 63fb32a
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions public/javascripts/base.js
Expand Up @@ -17,15 +17,8 @@ $(function() {
overlayOpacity: '0.9',
hideOnContentClick: false,
callbackOnClose: function(){
window.location.reload();
location.href = '/'; // If-Modified-Sinceリクエストを発行しないため
},
centerOnScroll: true
});

//$("a.faviconize").faviconize({
// position: "before",
// defaultImage: "external.gif",
// linkable: true,
// className: "faviconize"
//});
});

0 comments on commit 63fb32a

Please sign in to comment.