Skip to content

Commit fe4e927

Browse files
committed
Fixed issue MoveInc#4
1 parent 3c68bf8 commit fe4e927

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed
-5 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.

build/jquery.bootgrid.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* jQuery Bootgrid v1.0.0-rc2 - 07/31/2014
2+
* jQuery Bootgrid v1.0.0-rc2 - 08/05/2014
33
* Copyright (c) 2014 Rafael Staib (http://www.jquery-bootgrid.com)
44
* Licensed under MIT http://www.opensource.org/licenses/MIT
55
*/
@@ -457,7 +457,7 @@
457457
tpl = this.options.templates,
458458
css = this.options.css,
459459
values = getParams.call(this, { css: markerCss, text: text, uri: "#" + uri }),
460-
item = $(tpl.paginationItem.resolve(values)).addClass(css)
460+
item = $(tpl.paginationItem.resolve(values))
461461
.on("click" + namespace, getCssSelector(css.paginationButton), function (e)
462462
{
463463
e.stopPropagation();
@@ -1311,7 +1311,7 @@
13111311
{
13121312
var keys = (prefixes) ? $.extend([], prefixes) : [];
13131313
keys.push(key);
1314-
result = result.resolve(value, keys);
1314+
result = result.resolve(value, keys) + "";
13151315
}
13161316
else
13171317
{

0 commit comments

Comments
 (0)