Skip to content

Commit 8e23bed

Browse files
committed
Remove unneeded jQuery UI patch
1 parent 0231c42 commit 8e23bed

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

DNN Platform/JavaScript Libraries/DnnPlugins/dnn.jquery.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
var opts = $.extend({}, $.fn.dnnTabs.defaultOptions, options),
44
$wrap = this;
55

6-
// patch for period in selector - http://jsfiddle.net/9Mst9/2/
7-
$.ui.tabs.prototype._sanitizeSelector = function (hash) {
8-
return hash.replace(/:/g, "\\:").replace(/\./g, "\\\.");
9-
};
10-
116
$wrap.each(function () {
127
var showEvent, cookieId;
138
if (this.id) {

DNN Platform/Website/Resources/Shared/scripts/dnn.jquery.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@
1212
var opts = $.extend({}, $.fn.dnnTabs.defaultOptions, options),
1313
$wrap = this;
1414

15-
// patch for period in selector - http://jsfiddle.net/9Mst9/2/
16-
$.ui.tabs.prototype._sanitizeSelector = function (hash) {
17-
return hash.replace(/:/g, "\\:").replace(/\./g, "\\\.");
18-
};
19-
2015
$wrap.each(function () {
2116
var showEvent, cookieId;
2217
if (this.id) {

0 commit comments

Comments
 (0)