Commit 16c094a8 authored by Jos Schellevis's avatar Jos Schellevis

reinsert updatePref javascript used by Save on Dashboard

parent e9071598
...@@ -333,7 +333,7 @@ function showSave(){ ...@@ -333,7 +333,7 @@ function showSave(){
$('#updatepref').show(); $('#updatepref').show();
} }
/*function updatePref(){ function updatePref(){
var widgets = $('.widgetdiv'); var widgets = $('.widgetdiv');
var widgetSequence = ''; var widgetSequence = '';
var firstprint = false; var firstprint = false;
...@@ -357,7 +357,7 @@ function showSave(){ ...@@ -357,7 +357,7 @@ function showSave(){
$("#iform").submit(); $("#iform").submit();
return false; return false;
}*/ }
//]]> //]]>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment