Skip to content

Commit

Permalink
Trim trailing whitespace and ensure newline at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Zhlobo committed Aug 13, 2012
1 parent 3e931b7 commit c9f00a3
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1 +1 @@
tmp/*
tmp/*
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,4 +25,4 @@ Evgeny Zhlobo <<evgen.zhlobo@gmail.com>>
[Inna Avramenko](http://vk.com/lavni) for help with pushing to Chrome Store.

### License
VKleaner distributed under [MIT license](https://github.com/EvgenyZhlobo/VKleaner/wiki/License).
VKleaner distributed under [MIT license](https://github.com/EvgenyZhlobo/VKleaner/wiki/License).
2 changes: 1 addition & 1 deletion _locales/en/messages.json
Expand Up @@ -39,4 +39,4 @@
"options_save": { "message": "Save" },

"options_yes": { "message": "Yes" }
}
}
2 changes: 1 addition & 1 deletion _locales/ru/messages.json
Expand Up @@ -39,4 +39,4 @@
"options_save": { "message": "Сохранить" },

"options_yes": { "message": "Да" }
}
}
4 changes: 2 additions & 2 deletions js/feed.js
Expand Up @@ -39,12 +39,12 @@ var hiding = {

var hidePosts = function() {
if (window.location.pathname != '/feed') return false;

localStorageManager.getAllSettings('clearvk_withLinks_content');

// Get new params for unwanted posts
getParams();

$('#feed_rows').find('.feed_row').removeClass('clearvk-showTop clearvk-hideAll').each(function(){
for (var name in whatNeedHide)
hiding[whatNeedHide[name]]($(this));
Expand Down
2 changes: 1 addition & 1 deletion js/options.js
Expand Up @@ -94,7 +94,7 @@ var localization = function() {

// Localize description
.find('.description p').html(getLocalizedText('options_description')).end()

// Localize checkbox of option
.find('.option label').each(function() {
$(this).html(getLocalizedText('options_yes') + $(this).html());
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Expand Up @@ -21,4 +21,4 @@
"css": ["css/vk.feed.css"],
"js": ["js/jquery.js", "js/main.js", "js/feed.js"]
}]
}
}
2 changes: 1 addition & 1 deletion options.html
Expand Up @@ -13,4 +13,4 @@
<body>
<div id="wrap"></div>
</body>
</html>
</html>
2 changes: 1 addition & 1 deletion optionsItems.html
Expand Up @@ -31,4 +31,4 @@ <h1>VKleaner: </h1>
</div>

</div>
<div id="notifier"></div>
<div id="notifier"></div>
2 changes: 1 addition & 1 deletion popup.html
Expand Up @@ -13,4 +13,4 @@
<body>
<div id="wrap"></div>
</body>
</html>
</html>

0 comments on commit c9f00a3

Please sign in to comment.