X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=applications%2Fluci-app-privoxy%2Fluasrc%2Fview%2Fprivoxy%2Fdetail_logview.htm;h=ab0019bdd4f62f8197858892a8857bf8e855ec17;hb=281d2f617899a0c3a171a66c6a3a14e834aa000c;hp=3e190709fbb09d93b3d00ed8da658deb5e501e76;hpb=29f7cf16e56c269f45184677dfaa472499622fdb;p=project%2Fluci.git diff --git a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm old mode 100755 new mode 100644 index 3e190709f..ab0019bdd --- a/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm +++ b/applications/luci-app-privoxy/luasrc/view/privoxy/detail_logview.htm @@ -6,7 +6,7 @@ var txt = document.getElementById("cbid.privoxy.privoxy._logview.txt"); // TextArea if ( !txt ) { return; } // security check var lvXHR = new XHR(); - lvXHR.get('<%=luci.dispatcher.build_url("admin", "services", "privoxy", "logview")%>', null, + lvXHR.get('<%=url('admin/services/privoxy/logview')%>', null, function(x) { if (x.responseText == "_nodata_") txt.value = "<%:File not found or empty%>";