team4alfanous team mailing list archive
-
team4alfanous team
-
Mailing list archive
-
Message #00246
[Branch ~team4alfanous/alfanous/alfanous-git] Rev 433: Fix a bug in loading pages by clicking on their numbers in WUI
------------------------------------------------------------
revno: 433
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sun 2012-11-18 01:17:20 +0100
message:
Fix a bug in loading pages by clicking on their numbers in WUI
modified:
interfaces/web/wui/index.html
--
lp:alfanous
https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git
Your team Alfanous team is subscribed to branch lp:alfanous.
To unsubscribe from this branch go to https://code.launchpad.net/~team4alfanous/alfanous/alfanous-git/+edit-subscription
=== modified file 'interfaces/web/wui/index.html'
--- interfaces/web/wui/index.html 2012-11-17 23:16:06 +0000
+++ interfaces/web/wui/index.html 2012-11-18 00:17:20 +0000
@@ -374,7 +374,7 @@
// Pages control
$(".pages a").one('click', function(event) {
var param2 = param;
- param2.action = search;
+ param2.action = "search";
param2.page = $(this).text();
param2.query = $("#search_box").val();