This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # DESCRIPTION: | |
| # | |
| # Set the bash prompt according to: | |
| # * the active virtualenv | |
| # * the active nodejs virtualenv[1] | |
| # * the branch/status of the current Git, Mercurial or Subversion repository | |
| # * the return value of the previous command | |
| # * one line prompt |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/js/grid.base.js b/js/grid.base.js | |
| index 9f324fb..6977292 100644 | |
| --- a/js/grid.base.js | |
| +++ b/js/grid.base.js | |
| @@ -837,19 +837,19 @@ $.fn.jqGrid = function( pin ) { | |
| var div = rh * rn; | |
| var page, npage, empty; | |
| if ( tbot < dh && ttop <= 0 && | |
| - (p.lastpage===undefined||parseInt((tbot + scrollTop + div - 1) / div,10) <= p.lastpage)) |
NewerOlder