check if 'delete metadata field' is not in the list of system metadata

This commit is contained in:
Chris Dodge
2012-10-05 14:45:07 -04:00
parent 95e15c4455
commit d55769861e
4 changed files with 22 additions and 8 deletions

View File

@@ -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(){

View File

@@ -3,6 +3,8 @@ jquery-timepicker
http://jonthornton.github.com/jquery-timepicker/
requires jQuery 1.6+
version: 1.2.2
************************/