Skip to content

Commit

Permalink
Updated version information and increased bookmark limit to 30
Browse files Browse the repository at this point in the history
  • Loading branch information
cdevroe committed Mar 28, 2019
1 parent cf9477a commit c7103ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/core/Plain_Controller.php
Expand Up @@ -12,7 +12,7 @@ class Plain_Controller extends CI_Controller
public $header = 'layouts/header';
public $html_clean = null;
public $is_api = false;
public $limit = 10;
public $limit = 30;
public $logged_in = false;
public $original = null;
public $user_admin = false;
Expand Down
2 changes: 1 addition & 1 deletion service-worker.js
@@ -1,4 +1,4 @@
var CACHE_NAME = 'unmark-version-1.9.0';
var CACHE_NAME = 'unmark-version-1.9.1';
var urlsToCache = [
'/assets/css/unmark.css',
'/assets/libraries/jquery/jquery-2.1.0.min.js',
Expand Down

0 comments on commit c7103ab

Please sign in to comment.