Skip to content

Commit

Permalink
Dev: few fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGac committed May 30, 2016
1 parent ecdb498 commit ae97896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/admin/tokens.js
Expand Up @@ -446,7 +446,7 @@ $(document).ready(function() {
oGrid.jqGrid('setGridParam', {url: jsonUrl, postData: { }}).trigger('reloadGrid', [{current: true, page: 1}]);
}
}, 500);
*/
$.extend(jQuery.jgrid.edit,{
closeAfterAdd: true,
reloadAfterSubmit: true,
Expand Down Expand Up @@ -511,5 +511,5 @@ function updatePageAfterGrid(){
$(".dataforward").click(function(){});
$(".gridcontrol.dataforward").addClass("disabled");
}
*/

}

0 comments on commit ae97896

Please sign in to comment.