Skip to content

Commit

Permalink
Typo fix in IA7 javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
hollie committed Sep 14, 2015
1 parent 786fe51 commit 3b6f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/ia7/include/javascript.js
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ var display_table = function(table,records,time) {
page_size = json.data.page_size + (json.data.page_size * json.data.page);
if (json.data.page !== undefined && page_size < i &&
json_store.ia7_config.prefs.enable_data_table_more !== undefined &&
json_store.ia7_config.prefs.enable_data_table_more === "yes") {) {
json_store.ia7_config.prefs.enable_data_table_more === "yes") {
continue;
}
html +="<tr>";
Expand Down

0 comments on commit 3b6f7bd

Please sign in to comment.