Skip to content

Commit

Permalink
style tweak on popup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Sita committed Sep 9, 2013
1 parent e0f08ad commit 7fbbe05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion chromeExt/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ chrome.extension.onMessage.addListener(function(request, sender, sendResponse) {
} else if(request.type === "swipe" && request.fingerCount === 3){
pageToporBottom(request.swipeDirection, request.swipDistance, request.swipeDuration);
} else if (request.type === "navigation"){
movePointer(request.xVal * 1.7, request.yVal * 1.7, "syntheticDirection");
movePointer(request.xVal, request.yVal, "syntheticDirection");
} else if (request.type === "fixedPointerOn"){
fixedPointerOn();
} else if (request.type === "fixedPointerOff"){
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chromeConnect",
"version": "0.0.1-82",
"version": "0.0.1-83",
"scripts": {
"start": "node app.js"
},
Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<body class="iOCSS">
<div class="frame striped">
<div class="header">
<h1>Chrome Connect</h1>
<h1>chromeConnect</h1>
</div>

<div class="scrollable">
Expand Down

0 comments on commit 7fbbe05

Please sign in to comment.