summaryrefslogtreecommitdiff
path: root/build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js
diff options
context:
space:
mode:
authorAnuja <anujag@anujag-Latitude-D630.(none)>2012-03-21 17:34:34 +0530
committerAnuja <anujag@anujag-Latitude-D630.(none)>2012-03-21 17:34:34 +0530
commit874fceac6498f2ba733c433b964f9ce5975d6a69 (patch)
treeaee7c168a44287d5b8ec22582d654b970eb6108e /build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js
parent9d76c138b63828b549b33fe1b9a8ad4ab3dd8d86 (diff)
downloadgnowsys-874fceac6498f2ba733c433b964f9ce5975d6a69.tar.gz
Changes made on model files and search files
Diffstat (limited to 'build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js')
-rw-r--r--build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js b/build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js
new file mode 100644
index 00000000..543d49b5
--- /dev/null
+++ b/build/lib.linux-i686-2.6/objectapp/templates/admin/objectapp/gbobject/markitup.js
@@ -0,0 +1,3 @@
+$(document).ready(function() {
+ $("#id_content").markItUp(mySettings);
+});