Skip to content

Commit d99c4fb

Browse files
committed
deleted unnecessary files
1 parent 5ccffd2 commit d99c4fb

File tree

4 files changed

+2
-28
lines changed

4 files changed

+2
-28
lines changed

.gitignore

-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
11
/nbproject/private/
22
node_modules
3-
<<<<<<< HEAD
43
*.lock
5-
=======
6-
>>>>>>> 04ad70d7f3bae16646ad8e50f4b6dcb959c8837a

js/bootstrap-fullscreen-select.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -298,9 +298,10 @@ if (typeof jQuery === 'undefined') {
298298
.removeClass('selected')
299299
.end()
300300
.addClass('selected');
301-
that.syncR();
302301
that.hide();
303302
}
303+
304+
that.syncR();
304305
});
305306
this.$c.find('.mobileSelect-search').on('keyup', function(e) {
306307
//.mobileSelect-control
@@ -518,4 +519,3 @@ if (typeof jQuery === 'undefined') {
518519
};
519520
// eslint-disable-next-line no-undef
520521
})(jQuery);
521-
//<form class="form-inline"><input class="form-control" type="search" placeholder="Search" aria-label="Search"></form>

nbproject/project.properties

-14
This file was deleted.

nbproject/project.xml

-9
This file was deleted.

0 commit comments

Comments
 (0)