~ubuntu-branches/ubuntu/wily/ubuntu-html5-theme/wily

« back to all changes in this revision

Viewing changes to examples/html5-theme/widgets/Pagestack.html

  • Committer: Package Import Robot
  • Author(s): CI Train Bot, Alexandre Abreu, CI Train Bot, David Barth, daker
  • Date: 2015-03-04 21:32:05 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20150304213205-k6ce05kxm2w8aozz
Tags: 0.1.2+15.04.20150304-0ubuntu1
[ Alexandre Abreu ]
* revert revision 196: push to trunk instead of usual landing

[ CI Train Bot ]
* New rebuild forced.

[ David Barth ]
* Fixes Uncaught ReferenceError: ActionBar is not defined

[ daker ]
* Removed ActionsBar deps Fixed the back button in PageStack Fixed
  PageStack actions (LP: #1427729, #1427909)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
    <script src="../../../0.1/ambiance/js/popovers.js"></script>
49
49
    <script src="../../../0.1/ambiance/js/list.js"></script>
50
50
    <script src="../../../0.1/ambiance/js/toolbars.js"></script>
51
 
    <script src="../../../0.1/ambiance/js/actionsbar.js"></script>
52
51
    <script src="../../../0.1/ambiance/js/tab.js"></script>
53
52
    <script src="../../../0.1/ambiance/js/tabs.js"></script>
54
53
 
55
 
    <script src="../apps/rss-reader/app.js"></script>
56
54
</head>
57
55
 
58
56
<body>
138
136
 
139
137
    </div>
140
138
 
141
 
    <script type="text/javascript">
142
 
        var UI = new UbuntuUI();
143
 
    </script>
 
139
    <script src="../apps/rss-reader/app.js"></script>
 
140
 
144
141
</body>
145
142
</html>
146
143