Skip to content
This repository has been archived by the owner on Nov 29, 2022. It is now read-only.

Commit

Permalink
1. Prepare Release Version 0.0.3
Browse files Browse the repository at this point in the history
2. Minor Bugs Fix
  • Loading branch information
Taufik Sulaeman authored and Taufik Sulaeman committed May 26, 2020
1 parent ba0dd91 commit b27e64e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
7 changes: 3 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pro7",
"productName": "Pro7",
"version": "0.0.2",
"version": "0.0.3",
"description": "Pro7 is Integrated Development Environment for build Progressive Web Application (PWA) based on Framework7. It enables user to design, develop, debug, test, and release application quickly.",
"main": "main.js",
"scripts": {
Expand All @@ -14,8 +14,7 @@
"build": {
"appId": "com.nowdb.pro7",
"dmg": {
"contents": [
{
"contents": [{
"x": 110,
"y": 150
},
Expand Down Expand Up @@ -85,4 +84,4 @@
"url": "https://github.com/NowDB/Pro7/issues"
},
"homepage": "https://github.com/NowDB/Pro7#readme"
}
}
5 changes: 3 additions & 2 deletions www/designer/js/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,11 @@ func_tab_open = function() {
smoothScrolling: true,
language: active_file_type
});

// Remove class="margin" in line numbers (not good solution)
$$(document).find("[role=presentation]").removeClass('margin');
});

// Remove class="margin" in line numbers (not good solution)
$$(document).find("[role=presentation]").removeClass('margin');

app.preloader.hide();
}
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<div class="appbar" style="background-color:#2C333B">
<div class="appbar-inner no-padding">
<div class="left no-margin text-color-white" style="height: 100%;width: 90%;-webkit-app-region: drag;padding-left: 15px;">
Pro7&nbsp;<span style="font-size: xx-small;">0.0.2</span>
Pro7&nbsp;<span style="font-size: xx-small;">0.0.3</span>
</div>
<div class="right" style="padding-right: 11px;">
<a class="link" title="Dev Tools" id="btn-dev" style="margin-right: 10px;">
Expand Down

0 comments on commit b27e64e

Please sign in to comment.