12 lines
551 B
Diff
12 lines
551 B
Diff
--- a/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js
|
|
+++ b/luci-app-transmission/htdocs/luci-static/resources/view/transmission.js
|
|
@@ -34,7 +34,7 @@ return view.extend({
|
|
var webinstalled = res[1] || !!uci.get_first('transmission', 'transmission', 'web_home');
|
|
|
|
var button = '';
|
|
- if (running && webinstalled)
|
|
+ if (running)
|
|
button = ' <a class="btn" href="http://' + window.location.hostname + ':' + port + '" target="_blank" rel="noreferrer noopener">' + _('Open Web Interface') + '</a>';
|
|
|
|
var m, s, o;
|