Skip to content

Commit

Permalink
cleanup some js code
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 23, 2024
1 parent 11ac381 commit 7d2ae49
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion inst/shinyMobile-1.0.1/dist/shinyMobile.min.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/shinyMobile-1.0.1/dist/shinyMobile.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions inst/shinyMobile-1.0.1/dist/shinyMobile.min.js.map

Large diffs are not rendered by default.

4 changes: 0 additions & 4 deletions srcjs/components/pullToRefresh.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ $(function() {
app.ptr.create(".ptr-content");
var ptr = app.ptr.get(".ptr-content");

ptr.on("done", function(e) {

});

// Add 'refresh' listener on it
ptr.on("refresh", function(e) {
// Emulate 2s loading
Expand Down

0 comments on commit 7d2ae49

Please sign in to comment.