This commit is contained in:
@@ -106,7 +106,7 @@ window.onerror = function ( error ) {
|
||||
</head>
|
||||
|
||||
<body class="rf-body">
|
||||
<div id="app" class="container-fluid"></div>
|
||||
<div id="app" class="container"></div>
|
||||
<script src="js/lib/bootstrap.min.js?rfv=6.9"></script>
|
||||
</body>
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ app.purchaseEdit = (function() {
|
||||
$container = $("#app-shell-main-content");
|
||||
}
|
||||
|
||||
$container.html(Handlebars.templates["app.ravLicense"]({}));
|
||||
$container.html(Handlebars.templates["app.purchaseEdit"]({}));
|
||||
var title = "Purchase";
|
||||
|
||||
if (!stateMap.context.params.site_id) {
|
||||
|
||||
Reference in New Issue
Block a user