summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--funcweb/funcweb/static/javascript/ajax.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/funcweb/funcweb/static/javascript/ajax.js b/funcweb/funcweb/static/javascript/ajax.js
index d9927a3..21a3815 100644
--- a/funcweb/funcweb/static/javascript/ajax.js
+++ b/funcweb/funcweb/static/javascript/ajax.js
@@ -155,6 +155,7 @@ function which_dom(){
* know where we are actually so that method will handle that
*/
+ //that is for index.html
dom_result = getElement('minioncontent');
if (dom_result != null){
//alert("Im giving back the minioncontent");
@@ -162,10 +163,11 @@ function which_dom(){
}
- dom_result = getElement('another');
+ //it is for groups_main.html
+ dom_result = getElement('minion_small');
//will change it later
if (dom_result != null){
- return 'another';
+ return 'minion_small';
}
return dom_result;