Actions
Bug #3416
closed[PATCH] PPP/PPPoE link settings not shown
Start date:
01/29/2014
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.1
Affected Architecture:
Description
There is a bug in the Javascript which prevents the per-interface settings for bandwidth/MTU/MRU/MRRU from being shown.
Here is the fix:
--- /usr/local/ppps_edit.js.orig 2013-09-11 23:25:50.000000000 +0100
+++ /usr/local/www/javascript/interfaces_ppps_edit/ppps_edit.js 2014-01-29 11:33:30.000000000 +0000
@@ -30,7 +30,7 @@
advanced = "#advanced_" + j.toString();
jQuery(advanced).show();
}
- jQuery('#adv_show').html = "1";
+ jQuery('#adv_show').html("1");
show_hide_linkfields(select_list);
} else {
jQuery('#advanced_').show();
Updated by Brian Candler almost 12 years ago
Fix was merged in 56e75b0. Thank you!
Updated by Chris Buechler almost 12 years ago
- Status changed from New to Resolved
- Target version set to 2.1.1
thanks
Actions