Skip to content

Commit

Permalink
[mms] Don't add 2 entries to history when opening a jquery mobile dia…
Browse files Browse the repository at this point in the history
…log (Bug #12877).
  • Loading branch information
slusarz committed Dec 7, 2013
1 parent 054e318 commit 5d8ba85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions framework/Core/js/smartmobile.js
Expand Up @@ -302,6 +302,9 @@ var HordeMobile = {
};
} else {
data.options.parsedUrl = {};
if (data.options.role === 'dialog') {
data.options.changeHash = false;
}
}
},

Expand Down
2 changes: 2 additions & 0 deletions framework/Core/package.xml
Expand Up @@ -39,6 +39,7 @@
</stability>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Don&apos;t add 2 entries to history when opening a jquery mobile dialog (Bug #12877).
* [jan] Fix padding of drop down lists with scrollbars (Bug #11971).
</notes>
<contents>
Expand Down Expand Up @@ -3253,6 +3254,7 @@
<date>2013-11-19</date>
<license uri="http://www.horde.org/licenses/lgpl21">LGPL-2.1</license>
<notes>
* [mms] Don&apos;t add 2 entries to history when opening a jquery mobile dialog (Bug #12877).
* [jan] Fix padding of drop down lists with scrollbars (Bug #11971).
</notes>
</release>
Expand Down

0 comments on commit 5d8ba85

Please sign in to comment.