← Back to team overview

team4alfanous team mailing list archive

[Branch ~team4alfanous/alfanous/alfanous-git] Rev 277: change clickable aya words to link to unvocalized search

 

------------------------------------------------------------
revno: 277
git commit: cb366062b0c7b796ac019a07dafa847461865563
committer: Assem Chelli <assem.ch@xxxxxxxxx>
timestamp: Sat 2012-06-23 19:27:24 +0100
message:
  change clickable aya words to link to unvocalized search 
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-06-23 18:19:27 +0000
+++ interfaces/web/wui/index.html	2012-06-23 18:27:24 +0000
@@ -266,7 +266,7 @@
 								}
 							else 
 								{
-								results += build_search_link(param,"آية_:" + aya_words[j] +"" ,false ) + aya_words[j] + "<a />" + " " ;
+								results += build_search_link(param,"" + aya_words[j] +"" ,false ) + aya_words[j] + "<a />" + " " ;
 								
 								}
 						}