check if 'delete metadata field' is not in the list of system metadata
This commit is contained in:
12
common/static/js/vendor/timepicker/datepair.js
vendored
12
common/static/js/vendor/timepicker/datepair.js
vendored
@@ -1,3 +1,15 @@
|
||||
/************************
|
||||
datepair.js
|
||||
|
||||
This is a component of the jquery-timepicker plugin
|
||||
|
||||
http://jonthornton.github.com/jquery-timepicker/
|
||||
|
||||
requires jQuery 1.6+
|
||||
|
||||
version: 1.2.2
|
||||
************************/
|
||||
|
||||
$(function() {
|
||||
|
||||
$('.datepair input.date').each(function(){
|
||||
|
||||
@@ -3,6 +3,8 @@ jquery-timepicker
|
||||
http://jonthornton.github.com/jquery-timepicker/
|
||||
|
||||
requires jQuery 1.6+
|
||||
|
||||
version: 1.2.2
|
||||
************************/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user