summaryrefslogtreecommitdiffstats
path: root/funcweb
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-08-04 15:39:25 +0300
committermakkalot <makkalot@gmail.com>2008-08-04 15:39:25 +0300
commitad77ef743ea1b09389807e39472f5495f66b5822 (patch)
treea7633b9c3d9d3dff12b41e1b35e57cb46f3840f8 /funcweb
parent6f8e551a5562fc4e6f9b10e6c9ff6a0e5ff373c6 (diff)
downloadfunc-ad77ef743ea1b09389807e39472f5495f66b5822.tar.gz
func-ad77ef743ea1b09389807e39472f5495f66b5822.tar.xz
func-ad77ef743ea1b09389807e39472f5495f66b5822.zip
generalization for glob submit code
Diffstat (limited to 'funcweb')
-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;