fix in search
diff --git a/css/all-app.css b/css/all-app.css
index 6ef5847..cb9940b 100644
--- a/css/all-app.css
+++ b/css/all-app.css
@@ -3479,7 +3479,7 @@
}
body {
- background: url(../lib/images/ui/redbeech.jpg) repeat;
+ background: url(../images/redbeech.jpg) repeat;
}
.small {
diff --git a/css/all-web.css b/css/all-web.css
index a6c3429..6a75d12 100644
--- a/css/all-web.css
+++ b/css/all-web.css
@@ -1619,7 +1619,7 @@
}
body {
- background: url(../lib/images/ui/redbeech.jpg) repeat;
+ background: url(../images/redbeech.jpg) repeat;
}
.small {
diff --git a/js/all-app.js b/js/all-app.js
index 3eda674..5aaca81 100644
--- a/js/all-app.js
+++ b/js/all-app.js
@@ -1332,7 +1332,7 @@
/*
* lib/js/wn/ui/toolbar/search.js
*/
-wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_read.join(',').split(','));makeselector();}});
+wn.ui.toolbar.Search=wn.ui.toolbar.SelectorDialog.extend({init:function(){this._super({title:"Search",execute:function(val){selector.set_search(val);selector.show();},});this.set_values(profile.can_search.join(',').split(','));makeselector();}});
/*
* lib/js/wn/ui/toolbar/report.js
*/
diff --git a/version.num b/version.num
index 97dc468..5b2b555 100644
--- a/version.num
+++ b/version.num
@@ -1 +1 @@
-1339
+1340
\ No newline at end of file