mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 11:55:56 +00:00
use dijit form widget for attachments dropdown
This commit is contained in:
@@ -2347,20 +2347,6 @@ function displayArticleUrl(id) {
|
||||
}
|
||||
}
|
||||
|
||||
function openSelectedAttachment(elem) {
|
||||
try {
|
||||
var url = elem[elem.selectedIndex].value;
|
||||
|
||||
if (url) {
|
||||
window.open(url);
|
||||
elem.selectedIndex = 0;
|
||||
}
|
||||
|
||||
} catch (e) {
|
||||
exception_error("openSelectedAttachment", e);
|
||||
}
|
||||
}
|
||||
|
||||
function scrollToRowId(id) {
|
||||
try {
|
||||
var row = $(id);
|
||||
|
||||
Reference in New Issue
Block a user