Changes for js/advanced-form.js: 4 added lines, 4 removed lines.
Original line number
Diff line number
Diff line
@@ -7,15 +7,15 @@
(function ($){
Drupal.behaviors.advancedform={
attach:function (context){
$('.node-form').once().prepend("<button class='advanced-form-toggle btn' type='button' title='Some form elements may be hidden. Switch this form between full and partial detail'>Switch to Advanced</button>");
$('.node-form').once().prepend("<button class='advanced-form-toggle btn' type='button' title='Some form elements may be hidden. Switch this form between full and partial detail'>Show additional fields</button>");