Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Fixed firefox paste
Browse files Browse the repository at this point in the history
  • Loading branch information
zhukov committed Jan 31, 2014
1 parent e75dc67 commit 91d9bb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<script type="text/javascript" src="vendor/console-polyfill/console-polyfill.js?1"></script>
<script type="text/javascript" src="vendor/jquery/jquery.min.js"></script>
<script type="text/javascript" src="vendor/jquery.nanoscroller/nanoscroller.js"></script>
<script type="text/javascript" src="vendor/jquery.emojiarea/jquery.emojiarea.js?1"></script>
<script type="text/javascript" src="vendor/jquery.emojiarea/jquery.emojiarea.js?2"></script>

<script type="text/javascript" src="vendor/angular/angular.js?1"></script>
<script type="text/javascript" src="vendor/angular/angular-route.js?1"></script>
Expand Down
4 changes: 0 additions & 4 deletions app/js/services.js
Original file line number Diff line number Diff line change
Expand Up @@ -2040,10 +2040,6 @@ angular.module('myApp.services', [])
notificationsClear();
};

// console.log('notify', notification);

notification.show();

notificationsShown[key] = notification;
};

Expand Down
2 changes: 1 addition & 1 deletion app/vendor/jquery.emojiarea/jquery.emojiarea.js
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
}, 0);
if (text.length) {
document.execCommand('insertText', false, text);
return cancelEvent();
return cancelEvent(e);
}
return true;
}
Expand Down

0 comments on commit 91d9bb6

Please sign in to comment.