Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
Rebuild files from backbutton fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Maffett committed Oct 23, 2015
1 parent 120f5dc commit 6ae7278
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions build/appframework.ui.js
@@ -1,4 +1,4 @@
/*! intel-appframework - v3.0.0 - 2015-10-20 */
/*! intel-appframework - v3.0.0 - 2015-10-23 */

/**
* af.shim.js
Expand Down Expand Up @@ -447,6 +447,7 @@ window.af=window.jq=jQuery;
overlayStatusbar: false,
useAutoPressed: true,
useInternalRouting:true,
backButtonText: "Back",
autoBoot: function() {
this.hasLaunched = true;
if (this.autoLaunch) {
Expand Down Expand Up @@ -1153,7 +1154,7 @@ window.af=window.jq=jQuery;
if(items>=2&&isNewView!==true){
//Add the back button if it's not there
if(hdr.find(".backButton").length===1) return;
hdr.prepend("<a class='backButton back'>Back</a>");
hdr.prepend("<a class='backButton back'>" + this.backButtonText + "</a>");
}
else {
hdr.find(".backButton").remove();
Expand Down
8 changes: 4 additions & 4 deletions build/appframework.ui.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6ae7278

Please sign in to comment.