diff --git a/js/expand.js b/js/expand.js
index 05aece95..15408813 100644
--- a/js/expand.js
+++ b/js/expand.js
@@ -17,12 +17,12 @@ $(document).ready(function(){
$('div.post.op span.omitted').each(function() {
$(this)
- .html($(this).text().replace(/Click reply to view\./, 'Click to expand.'))
+ .html($(this).text().replace(/Click reply to view\.|Kliknij Odpowiedź aby zobaczyć\./, 'Click to expand.'))
.find('a').click(function() {
var thread = $(this).parent().parent().parent();
var id = thread.attr('id').replace(/^thread_/, '');
$.ajax({
- url: thread.find('p.intro a.post_no:first').attr('href'),
+ url: thread.find('p.intro a.post_no.p1:first').attr('href'),
context: document.body,
success: function(data) {
var last_expanded = false;