]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/question_edit.html
Previous feature addition commit introduced errors; rolling back to previous revision...
[osqa.git] / forum / skins / default / templates / question_edit.html
index 12163bed8247b18d11fdd7b3aaf7c6c432874f13..f0c9e4dd00f808ea93cb2bdfd318bbfc19edf22d 100644 (file)
                     return row.n;
                 }*/
                 formatItem: function(row, i, max, value) {
-                    return row[1].split(".")[0] + " (" + row[1].split(".")[1] + ")";
+                    return row[1] + " (" + row[2] + ")";
                 },
 
                 formatResult: function(row, i, max, value){
-                    return row[0];
+                    return row[1];
                 }
                 
             });