Skip to content

Commit

Permalink
making sparql limit as 200
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaurav SinghaRoy committed Nov 24, 2014
1 parent 331824f commit 93eb61d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/assets/javascripts/resources/querybuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,11 @@ QueryBuilder = {
$("#property_main_subclass_header").attr("uri",class_uri);
$("#property_main_subclasses").hide();
//Utils.flash.notice("Selected class : "+class_name + " <"+class_uri+">");
$("#txt_sparql_query_limit").val(default_sparql_result_limit);
QueryBuilder.classes.add_class_details($("#div_selected_class").find('.select-body').first(),class_uri,0);
QueryBuilder.show_equivalent_sparql_query();
QueryBuilder.properties.generate();

},
add_class_details : function(element,class_uri,tab_level){
element.attr('class-uri',class_uri);
Expand Down
4 changes: 3 additions & 1 deletion app/assets/javascripts/resources/variables.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@ var configured_convert = {
header : "",
body : "",
footer : ""
};
};

var default_sparql_result_limit = 200;

0 comments on commit 93eb61d

Please sign in to comment.