Skip to content

Commit

Permalink
Fixed display of multiple Git revision information messages
Browse files Browse the repository at this point in the history
  • Loading branch information
roccivic committed Oct 30, 2012
1 parent 0635c1d commit 4409ef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/functions.js
Expand Up @@ -145,6 +145,7 @@ function PMA_current_version(data)
*/
function PMA_display_git_revision()
{
$('#is_git_revision').remove();
$.get("index.php?token="
+ $("input[type=hidden][name=token]").val()
+ "&git_revision=1&ajax_request=true", function (data) {
Expand Down

0 comments on commit 4409ef2

Please sign in to comment.