1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 22:35:55 +00:00

js: misc code cleanup, handle ctrl-clicking on postContent

This commit is contained in:
Andrew Dolgov
2010-11-17 12:51:30 +03:00
parent 8624dec2db
commit 6e88da8223
7 changed files with 62 additions and 485 deletions

View File

@@ -574,8 +574,6 @@ function subscribeToFeed() {
new Ajax.Request("backend.php", {
parameters: query,
onComplete: function(transport) {
//dlg_frefresh_callback(transport);
try {
if (!transport.responseXML) {